Changes the spec for the named colour object. Named colour objects are simply option variables used to store colour information. This command will write the value to the variable in the form #rrggbb where rr, gg and bb are two digit hex values representing the magnitude of the red, green and blue components respectively.
EditColour <colour-name> <colour-spec> |
colour-name |
Name of colour object. May be the name of a pre-v8 graph colour object. See notes. |
colour-spec |
Text string that defines the colour. The functions GetColourSpec and SelectColourDialog return colour spec values. A value in the form #rrggbb or the name of another colour object may also be entered. |
|