Home
last modified time | relevance | path

Searched defs:Color8 (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/ut/
Dut_Color.h33 struct Color8 struct
36 typedef Color8 SelfType; //!< @details :private argument
41 static const int ELEMENT_MIN = 0; //!< カラー要素の最小値です
42 static const int ELEMENT_MAX = 255; //!< カラー要素の最大値です
43 static const int ALPHA_MIN = ELEMENT_MIN; //!< αの最小値です
44 static const int ALPHA_MAX = ELEMENT_MAX; //!< αの最大値です
45 static const int ALPHA_OPACITY = ALPHA_MAX; //!< 不透明のα値です
69 /* ctor */ Color8() { this->SetU32(WHITE); } in Color8() argument
74 /* ctor */ /*implicit*/ Color8(u32 color) { this->SetU32(color); } in Color8() function
79 /* ctor */ /*implicit*/ Color8(s32 red, s32 green, s32 blue, s32 alpha) in Color8() function
[all …]
/NW4C-2.0.3/include/nw/dev/
Ddev_DirectPrint.h397 void SetColor(ut::Color8){} in SetColor()
403 void SetBackgroundColor(ut::Color8){} in SetBackgroundColor()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Resources.h737 operator ut::Color8() const in Color8() function