Serializes color Int values from/to hex format "#RRGGBB"
The numeric base for hex color values (16 for hexadecimal).
The serial descriptor for color values, represented as strings.
The prefix character for hex color strings.
The number of hex digits supported (6 for RGB without alpha).
Deserializes a color value from its hex string representation.
Serializes a color value to its hex string representation.