Interprets an SRP Color and returns it in '#rrggbb' format.
Hex = SRP_Color("SRPStringToHex", String) |
The interpreted color in '#rrggbb' format.
| Parameter | Description |
|---|---|
| String | The SRP Color String to interpret. (REQUIRED) |
The SRPStringToHex service is a convenient combination of SRPStringToOI and OIToHex. Helpful if you need to produce HTML compliant colors from our Color technology that is widely used in the SRP ActiveX Controls.
ColorString = "3DFace L+=10"
Hex = SRP_Color("SRPStringToHex", ColorString) |