Searched refs:WHITE (Results 1 – 1 of 1) sorted by relevance
48 static const u32 WHITE = 0xFFFFFFFF; //!< 白色の定数です。 member67 /* ctor */ Color8() { this->SetU32(WHITE); } in Color8()