/* ************************************************************************ */
/* RTGS-AI                                                                  */
/*                                                                          */
/* Definitions for the default colours defined in RTGS-CP for 8bits/pix modes*/
/*                                                                          */
/* ************************************************************************ */

#define BLACK	( 0x00 )
#define WHITE	( 0x01 )
#define RED	( 0x02 )
#define GREEN	( 0x03 )
#define BLUE	( 0x04 )
#define CYAN	( 0x05 )
#define MAGENTA	( 0x06 )
#define YELLOW	( 0x07 )
#define GRAY_7	( 0x08 )
#define GRAY_6	( 0x09 )
#define GRAY_5	( 0x0A )
#define GRAY_4	( 0x0B )
#define GRAY_3	( 0x0C )
#define GRAY_2	( 0x0D )
#define OVERLAY ( 0xFF )

