nn::util::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 values from a color object. |
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 values from a color object.
CONFIDENTIAL