COLOUR 

graphics: COLOUR


colour_name

A character string (of length 20 or less) via which you will refer to the colour in REPRESENTATION instructions.

If the colour has already been defined, then its colour composition will be modified. On workstations which permit this, the change will be visible in currently displayed graphics that use the colour.

If the colour has not yet been defined, then it will be added to the colour table (provided there is still room).

The current definition of a colour will be shown if only a colour name is specified. All currently defined colours are listed if no arguments are given.


red

The fraction of red, on a scale of 0 to 1, inclusive.

For the FOREGROUND colour, the red fraction is 1, for the BACKGROUND colour it is 0.

[No default, the amount of red must be specified.]


green

The fraction of green, on a scale of 0 to 1, inclusive.

For the FOREGROUND colour, the green fraction is 1, for the BACKGROUND colour it is 0.

[No default, the amount of green must be specified.]


blue

The fraction of blue, on a scale of 0 to 1, inclusive.

For the FOREGROUND colour, the blue fraction is 1, for the BACKGROUND colour it is 0.

[No default, the amount of blue must be specified.]


hex

The amounts of red, blue and green in the form of a single hexadecimal number.

Red would be specified as FF0000, green as 00FF00 and blue as 0000FF.

[No default, all colour components must be specified.]


wkid

The format allows for a workstation to be specified, but this should for the time being not be used.
Go to the top level, to graphics, to COLOUR, to the topic index, to the table of contents, or to the full text.

Formatted on 21/01/18 at 16:55.