Versions Compared
Version | Old Version 1 | New Version Current |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
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.