Functions | |
Vector | RGBToHSV (const Vector &col) |
Vector | HSVToRGB (const Vector &col) |
Vector | RGBToHSL (const Vector &col) |
Vector | HSLtoRGB (const Vector &col) |
Converts RGB into the HSV color space.
[in] | col | The RGB color to convert. |
Converts HSV into the RGB color space.
[in] | col | The HSV color to convert. |
Converts RGB into the HSL color space.
[in] | col | The RGB color to convert. |