#include <color.h>
Public Member Functions | |
| operator ImVec4 () const | |
Public Attributes | |
| float | red = 0.0f |
| float | green = 0.0f |
| float | blue = 0.0f |
| float | alpha = 1.0f |
|
inline |
| float yaze::gui::Color::red = 0.0f |
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 = 0.0f |
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 = 0.0f |
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 = 1.0f |
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().