nw::ut::Color8::Set Member Function
void Set(
s32 red,
s32 green,
s32 blue,
s32 alpha = ALPHA_OPACITY
);
void Set(
SelfType color
);
| Set ( s32, s32, s32, s32 ) | Sets an RGBA value. |
| Set ( SelfType ) | Sets an RGBA8 color value. |
Sets an RGBA value.
Sets an RGBA8 color value.
CONFIDENTIAL