nw::ut::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 element in the specified range. |
Clamps each component to a value between 0.0 and 1.0.
Clamps each element in the specified range.
CONFIDENTIAL