RGBTriplet
RGBTriplet accepts an RGB colour triplet, that is: an optional hash or pound sign (#) followed by six hexadecimal digits.
One special attribute is available for RGBTriplet:
-
WebSafe
Optional. Defaults to false. If set to true, the datatype will only accept "Web-safe" colours. A web-safe color must be built from pairs of the following letters and digits: "00, 33, 66, 99, CC, FF". For example,#00ccffor#660099.
