Interprets an SRP Color and returns it as an OI color.
Color = SRP_Color("SRPStringToOI", String) |
An OI color suitable for use in color based properties.
| Parameter | Description |
|---|---|
| String | The SRP Color String to interpret. (REQUIRED) |
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.
ColorString = "3DFace L+=10"
Color = SRP_Color("SRPStringToOI", ColorString) |