nn::util::FloatColor::Clamp Member Function
void Clamp();
void Clamp(
f32 low,
f32 high
);
Clamp ( )
|
Clamps each component to a value between 0.0 and 1.0. |
Clamp ( f32, f32 )
|
Clamps each component to a value within the specified range. |
Clamp()Clamps each component to a value between 0.0 and 1.0.
Clamp(f32, f32)Clamps each component to a value within the specified range.
CONFIDENTIAL