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 |
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. |