Farben: Codes und Namen
In SLIP, colours can be specified in various ways:
- Simple color names (e.g. 'red', 'yellow', 'blue'). Only the most usual color names are supported; however, you can follow the name by one or several '+' or '-' to specify a lighter or darker color (e.g., 'blue++' specifies a very light blue).
- RGB codes:
- comma-delimited list of RGB-levels (e.g., 255,0,0 is red; 0,0,255 is blue);
- "HEX" code (hexadecimal code used in HTML; e.g. #FF0000 is red; #0000FF is blue).
- SLIP's internal color-code (an integer value).
See also