nw::ut::FloatColor::Set Member Function
void Set(
f32 red,
f32 green,
f32 blue,
f32 alpha = ALPHA_OPACITY
);
void Set(
s32 red,
s32 green,
s32 blue,
s32 alpha = Color8::ALPHA_OPACITY
);
void Set(
const SelfType & color
);
Set(f32, f32, f32, f32)
|
Sets color values. |
| Set ( s32, s32, s32, s32 ) | Sets a color using integer values between 0 and 255. |
| Set ( const SelfType & ) | Sets the value of a color type. |
Set(f32, f32, f32, f32)Sets color values.
Sets a color using integer values between 0 and 255.
Sets the value of a color type.
CONFIDENTIAL