The include file rgb.hΒΆ

This file contains definitions for a wide variety of colours in 24-bit RGB form. The definitions have the prefix RGB_, and are available for use wherever foreground and background colours can be defined. This includes label, title and data colours for windows and window controls, colours for OLE controls, and colours for table lines and individual table cells. RGB colours are also used by the SetBrushColor() and SetPenColor() functions which define colours for Sculptor draw functions.

This file is included automatically in sculptor.h.

The program $SCULPTOR/demo/controls/colours.f demonstrates all the colours included in rgb.h. The colours are listed in table form, and are displayed both as background and foreground.


RELATED TOPICS

Standard include files

Colour clauses

Drawing