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

Syntax

void Clamp(
     f32 low,
     f32 high
);

Arguments

Name Description
in low The minimum value.
in high The maximum value.

Return Values

None.

Description

Clamps each component to a value within the specified range.


CONFIDENTIAL