Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/util/
Dutil_Color.h271 return U32RawToColor(this->ToU32Raw() | right.ToU32Raw());
283 return U32RawToColor(this->ToU32Raw() & right.ToU32Raw());
532 static SelfType U32RawToColor(u32 value) in U32RawToColor() function