Enumerated values are explicitly named as identifiers in the declaration. These values must be alphanumeric identifiers. This is a small color set.
Declaration syntax
colset name = with id0 | id1 | … | idn;
Order
as in the declaration
Declaration examples
colset Day = with Mon | Tues | Wed | Thurs | Fri | Sat | Sun ;
Operations
See color set functions.
.
You must be logged in to post a comment.