nw::ut::FloatColor::Set Member Function

Syntax

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
);

List of Overloaded Member Functions

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.

Description of Set(f32, f32, f32, f32)

Sets color values.

Description of Set ( s32, s32, s32, s32 )

Sets a color using integer values between 0 and 255.

Description of Set ( const SelfType & )

Sets the value of a color type.


CONFIDENTIAL