Page History
Interprets an SRP Color and returns it in '#rrggbb' format.
| Code Block |
|---|
HexColorHex = SRP_Color("SRPStringToHex", String) |
...
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.
...
| Code Block | ||
|---|---|---|
| ||
ColorString = "3DFace L+=10"
Hex = SRP_Color("SRPString2HexSRPStringToHex", ColorString) |