Color related Commands
Color related Commands
- ChangeColor("name", c, m, y, k)
- Changes the Color "name", The Color Value is defined via four Components c = Cyan, m = Magenta, y = Yello and k = Black. Color Compontens should be in the range from 0 to 255.
- DefineColor("name", c, m, y, k)
- Defines a new Color "name". The Color Value is defined via four Components c = Cyan, m = Magenta, y = Yello and k = Black. Color Compontens should be in the range from 0 to 255.
- DeleteColor("name", "replace")
- Deletes the Color "name". Every occurence of that Color is replaced by the Color "replace".
- GetColor("name")
- Returns a Tuple containing the four Color Components of the Color "name".
- GetColorNames()
- Returns a List with the Names of all defined Colors.
- ReplaceColor("name", "replace")
- Every occurence of that Color is replaced by the Color "replace".