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 a value for a color. |
| Set ( s32, s32, s32, s32 ) | Sets color using a numeric value from 0 to 255. |
| Set ( const SelfType & ) | Sets the value of a color type. |
Set(f32, f32, f32, f32)Sets a value for a color.
Sets color using a numeric value from 0 to 255.
Sets the value of a color type.
CONFIDENTIAL