Page History
SRP_Color provides services for bringing SRP Colors to OIthe Color technology widely used in our SRP ActiveX Controls to OpenInsight. This allows you to use named colors and adjust those colors by certain attributes such as luminance.
Regex Patterns
A regex pattern is a mini-language unto itself that is often confusing to look at, even for those used to it. SRP_Regex uses the same syntax as Javascript, so your best bet is to find an online tool to help you craft and test your regex patterns. A great resource is Regex101.com. Make sure to select ECMAScript (Javascript) as your regex flavor.
...
| Service | Description | Version Added |
|---|---|---|
| OIToHex | Formats an OI color to '#rrggbb' format. | 2.2.17 |
| SRPStringToHex | Interprets an SRP Color and returns it in '#rrggbb' format. | 2.2.17 |
| SRPStringToOI | Interprets an SRP Color and returns it as an OI color. | 2.2.17 |
...