Expects a color value in RGB triplet format. Use a color converter to translate hex values into RGB triplet format, e.g. hex value #ffffff should be translated to RGB triplet 255,255,255.
- Format:
<integer "r">, <integer "g">, <interger "b">where each integer is in the range0-255inclusive - Also accepts a reference to another style hook with the same schema
- Example:
255,255,255for white,0,0,0for black