Creates a 32-bit integer color value from a RAL color code. The 210 color codes of "RAL 840-HR" are supported.
int ColorFromRal(int ralCode)
ralCode |
The number of a RAL code. |
Example
ColorFromRal(507)
Returns the color argb(255, 62, 95, 138).