#include <color.h>
Public Attributes | |
float | red |
float | blue |
float | green |
float | alpha |
float yaze::gui::Color::red |
Definition at line 18 of file color.h.
Referenced by yaze::gui::ColorToHexString(), yaze::gui::ConvertColorToImVec4(), and yaze::gui::anonymous_namespace{style.cc}::ParseColor().
float yaze::gui::Color::blue |
Definition at line 19 of file color.h.
Referenced by yaze::gui::ColorToHexString(), yaze::gui::ConvertColorToImVec4(), and yaze::gui::anonymous_namespace{style.cc}::ParseColor().
float yaze::gui::Color::green |
Definition at line 20 of file color.h.
Referenced by yaze::gui::ColorToHexString(), yaze::gui::ConvertColorToImVec4(), and yaze::gui::anonymous_namespace{style.cc}::ParseColor().
float yaze::gui::Color::alpha |
Definition at line 21 of file color.h.
Referenced by yaze::gui::ColorToHexString(), and yaze::gui::ConvertColorToImVec4().