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