Builtin API¶
The following color decoders are defined:
- class thcolor.builtin.CSS1ColorDecoder¶
Named colors from CSS Level 1.
See https://www.w3.org/TR/CSS1/ for more information.
- class thcolor.builtin.CSS2ColorDecoder¶
Named colors from CSS Level 2 (Revision 1).
See https://www.w3.org/TR/CSS2/ for more information.
- class thcolor.builtin.CSS3ColorDecoder¶
Named colors and functions from CSS Color Module Level 3.
See https://drafts.csswg.org/css-color-3/ for more information.
- class thcolor.builtin.CSS4ColorDecoder¶
Named colors and functions from CSS Color Module Level 4.
See https://drafts.csswg.org/css-color/ for more information..
- class thcolor.builtin.DefaultColorDecoder¶
Functions extending the CSS Color Module Level 4 reference.