#include <color.h>
Public Member Functions | |
| operator ImVec4 () const | |
Public Attributes | |
| float | red |
| float | green |
| float | blue |
| float | alpha |
|
inline |
| float yaze::gui::Color::red |
Definition at line 15 of file color.h.
Referenced by yaze::gui::BackgroundRenderer::BlendColorWithFade(), yaze::gui::ColorToHexString(), yaze::gui::ConvertColorToImVec4(), yaze::gui::ThemeManager::GetWelcomeScreenBackground(), operator ImVec4(), yaze::gui::anonymous_namespace{style.cc}::ParseColor(), yaze::gui::BackgroundRenderer::RenderDockingBackground(), yaze::gui::BackgroundRenderer::RenderGridBackground(), yaze::gui::BackgroundRenderer::RenderRadialGradient(), and yaze::gui::BackgroundRenderer::UpdateForTheme().
| float yaze::gui::Color::green |
Definition at line 16 of file color.h.
Referenced by yaze::gui::BackgroundRenderer::BlendColorWithFade(), yaze::gui::ColorToHexString(), yaze::gui::ConvertColorToImVec4(), yaze::gui::ThemeManager::GetWelcomeScreenBackground(), operator ImVec4(), yaze::gui::anonymous_namespace{style.cc}::ParseColor(), yaze::gui::BackgroundRenderer::RenderGridBackground(), yaze::gui::BackgroundRenderer::RenderRadialGradient(), and yaze::gui::BackgroundRenderer::UpdateForTheme().
| float yaze::gui::Color::blue |
Definition at line 17 of file color.h.
Referenced by yaze::gui::BackgroundRenderer::BlendColorWithFade(), yaze::gui::ColorToHexString(), yaze::gui::ConvertColorToImVec4(), yaze::gui::ThemeManager::GetWelcomeScreenBackground(), operator ImVec4(), yaze::gui::anonymous_namespace{style.cc}::ParseColor(), yaze::gui::BackgroundRenderer::RenderGridBackground(), yaze::gui::BackgroundRenderer::RenderRadialGradient(), and yaze::gui::BackgroundRenderer::UpdateForTheme().
| float yaze::gui::Color::alpha |
Definition at line 18 of file color.h.
Referenced by yaze::gui::BackgroundRenderer::BlendColorWithFade(), yaze::gui::ColorToHexString(), yaze::gui::ConvertColorToImVec4(), yaze::editor::music::anonymous_namespace{tracker_view.cc}::GetColorBeatHighlight(), yaze::editor::music::anonymous_namespace{tracker_view.cc}::GetColorSelection(), yaze::gui::ThemeManager::GetWelcomeScreenBackground(), operator ImVec4(), yaze::gui::BackgroundRenderer::RenderDockingBackground(), yaze::gui::BackgroundRenderer::RenderGridBackground(), and yaze::gui::BackgroundRenderer::RenderRadialGradient().