Home
last modified time | relevance | path

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

/CTR-SDK-0.14.21/include/nn/util/
Dutil_Color.h31 struct Color8 struct
34 typedef Color8 SelfType; //!< @details :private argument
39 static const int ELEMENT_MIN = 0; //!< カラー要素の最小値です
40 static const int ELEMENT_MAX = 255; //!< カラー要素の最大値です
41 static const int ALPHA_MIN = ELEMENT_MIN; //!< alpha の最小値です
42 static const int ALPHA_MAX = ELEMENT_MAX; //!< alpha の最大値です
43 static const int ALPHA_OPACITY = ALPHA_MAX; //!< 不透明の alpha 値です
67 /* ctor */ Color8() { this->SetU32(WHITE); } in Color8() function
72 /* ctor */ /*implicit*/ Color8(u32 color) { this->SetU32(color); } in Color8() argument
77 /* ctor */ /*implicit*/ Color8(s32 red, s32 green, s32 blue, s32 alpha) in Color8() function
[all …]