HexColor
Class graphomate.ui.types.HexColor
extends string (sap.ui.base.DataType.getType("string"))
Examples
"#FF2200"
"#000000"
Valid Values
A valid string of type graphomate.ui.types.HexColor consists of a hash followed by exactly 6 digits (each in the range 0-F) describing the RGB color channels in hexadecimal notation.