Interprets an SRP Color and returns it as an OI color.

Color = SRP_Color("SRPStringToOI", String)

Returns

An OI color suitable for use in color based properties.

Parameters

ParameterDescription
StringThe SRP Color String to interpret. (REQUIRED)

Remarks

The SRPStringToOI service interprets our Color technology that is widely used in the SRP ActiveX Controls and converts it into a Color that can be used in properties such as BACKCOLOR and FORECOLOR.

Examples

ColorString = "3DFace L+=10"
Color = SRP_Color("SRPStringToOI", ColorString)