nw::ut::FloatColor::SetAlpha Member Function

Syntax

void SetAlpha(
     f32 alpha
);
void SetAlpha(
     s32 alpha
);

List of Overloaded Member Functions

SetAlpha ( f32 ) Sets value to the alpha.
SetAlpha ( s32 ) Sets the alpha using integer values between 0 and 255.

Description of SetAlpha ( f32 )

Sets value to the alpha.

Description of SetAlpha ( s32 )

Sets the alpha using integer values between 0 and 255.


CONFIDENTIAL