|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Image/Pixel-Color Operations > ANA. - Imageworks > Convert_Colors |
Color Conversion commands transform colors between different formats and color spaces.
RGB to HSVHSV to RGBHex color conversionFormat transformations
Quick Example
; Convert RGB to hex
SDL.RGBToHex|255|128|0|hexColor
; Result: FF8000
See Also