nn::util::FloatColor::Clamp Member Function

Syntax

void Clamp();

void Clamp(
     f32 low,
     f32 high
);

List of Overloaded Member Functions

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.

Description of Clamp()

Clamps each component to a value between 0.0 and 1.0.

Description of Clamp(f32, f32)

Clamps each component to a value within the specified range.


CONFIDENTIAL