Returns pipe delimited RGB (Red, Green, Blue) color values from the specified hexadecimal color value.
ColorHexToNumbers([Hexadecimal Color Value])
Where:
Hexadecimal Color Value is the hex value to convert.
Values are from #000000 to #FFFFFF (inclusive).
Rule | Meaning |
---|---|
ColorHexToNumbers("#FFFF00") | Returns: 255|255|0 |
ColorHexToNumbers(DWVariableFrameColor) | Returns the RGB values from the results of the variable FrameColor |