Color::FIntensity

Color::FIntensity
inline float FIntensity() const;
Description

FIntensity determines the intensity of the current color using floating-point math for high precision. The intensity is calculated using the predefined luminance values SF_COLOR_LUM_ [RED, GREEN, BLUE].

Return Value

A float containing the colors intensity.

See Also