Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
languagebp
ColorString = "3DFace L+=10"
Hex = SRP_Color("SRPString2HexSRPStringToHex", ColorString)