Formats an OI color to '#rrggbb' format.
Hex = SRP_Color("OIToHex", Color) |
An OI color formatted in '#rrggbb' format.
The OIToHex service formats an OI color–which is internally formatted as an integer representing RGB color–making it suitable for use in HTML environments. This format is also a more human readable format suitable for storage.
Color = RGB(255, 127, 0)
Hex = SRP_Color("OI2Hex", Color) |