Color::SetHSI

Color::SetHSI
SF_EXPORT void SetHSI(int h, int s, int i);
SF_EXPORT void SetHSI(float h, float s, float i);
Description

SetHSI converts and assigns the passed Color::Hsi color to the current RGB color, using the ConvertHSIToRGB method. The current color's alpha channel is not changed.

Parameters
Parameters 
Description 
int h 
The hue component of the Hsi value. 
int s 
The saturation component of the Hsi value. 
int i 
The intensity component of the Hsi value. 
See Also