Home
last modified time | relevance | path

Searched refs:SetU32 (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/util/
Dutil_Color.h67 /* ctor */ Color8() { this->SetU32(WHITE); } in Color8()
72 /* ctor */ /*implicit*/ Color8(u32 color) { this->SetU32(color); } in Color8()
105 this->SetU32(color);
496 void SetU32(u32 value) in SetU32() function
520 void SetU32(u32 value) { this->ToU32RawRef() = value; } in SetU32() function