Interprets an SRP Color and returns it in '#rrggbb' format.

Hex = SRP_Color("SRPStringToHex", String)

Returns

The interpreted color in '#rrggbb' format.

Parameters

ParameterDescription
StringThe SRP Color String to interpret. (REQUIRED)

Remarks

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.

Examples

ColorString = "3DFace L+=10"
Hex = SRP_Color("SRPStringToHex", ColorString)