Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches
colors.h File Reference

Go to the source code of this file.

Macros

#define RGB(r, g, b)
#define RGB_WHITE   RGB(255,255,255)
#define RGB_VLTGRAY   RGB(224,224,224)
#define RGB_LTGRAY   RGB(192,192,192)
#define RGB_DKGRAY   RGB(128,128,128)
#define RGB_VDKGRAY   RGB(96,96,96)
#define RGB_BLACK   RGB(0,0,0)
#define RGB_VLTYELLOW   RGB(255,255,192)
#define RGB_LTYELLOW   RGB(255,255,128)
#define RGB_YELLOW   RGB(255,255,0)
#define RGB_ORANGE   RGB(255,128,0)
#define RGB_DKYELLOW   RGB(128,128,0)
#define RGB_BLUE   RGB(0,0,255)
#define RGB_LTBLUE   RGB(0,255,255)
#define RGB_DKBLUE   RGB(0,0,128)
#define RGB_BLUEGRAY   RGB(0,128,128)
#define RGB_AQUAMARINE   RGB(64,128,128)
#define RGB_PURPLE   RGB(64,0,128)
#define RGB_DKRED   RGB(128,0,0)
#define RGB_MAUVE   RGB(128,0,128)
#define RGB_RED   RGB(255,0,0)
#define RGB_PINK   RGB(255,0,128)
#define RGB_LTPINK   RGB(255,0,255)
#define RGB_GREEN   RGB(0,255,0)
#define RGB_DKGREEN   RGB(0,128,0)

Macro Definition Documentation

◆ RGB

#define RGB ( r,
g,
b )
Value:
((DWORD)(((BYTE)(r)|((WORD)(g)<<8))|(((DWORD)(BYTE)(b))<<16)))
unsigned short WORD
Definition unix.h:44
unsigned char BYTE
Definition unix.h:43
unsigned ABFLONG DWORD
Definition unix.h:45

Definition at line 14 of file colors.h.

◆ RGB_AQUAMARINE

#define RGB_AQUAMARINE   RGB(64,128,128)

Definition at line 38 of file colors.h.

◆ RGB_BLACK

#define RGB_BLACK   RGB(0,0,0)

Definition at line 25 of file colors.h.

◆ RGB_BLUE

#define RGB_BLUE   RGB(0,0,255)

Definition at line 33 of file colors.h.

◆ RGB_BLUEGRAY

#define RGB_BLUEGRAY   RGB(0,128,128)

Definition at line 36 of file colors.h.

◆ RGB_DKBLUE

#define RGB_DKBLUE   RGB(0,0,128)

Definition at line 35 of file colors.h.

◆ RGB_DKGRAY

#define RGB_DKGRAY   RGB(128,128,128)

Definition at line 23 of file colors.h.

◆ RGB_DKGREEN

#define RGB_DKGREEN   RGB(0,128,0)

Definition at line 48 of file colors.h.

◆ RGB_DKRED

#define RGB_DKRED   RGB(128,0,0)

Definition at line 41 of file colors.h.

◆ RGB_DKYELLOW

#define RGB_DKYELLOW   RGB(128,128,0)

Definition at line 31 of file colors.h.

◆ RGB_GREEN

#define RGB_GREEN   RGB(0,255,0)

Definition at line 47 of file colors.h.

◆ RGB_LTBLUE

#define RGB_LTBLUE   RGB(0,255,255)

Definition at line 34 of file colors.h.

◆ RGB_LTGRAY

#define RGB_LTGRAY   RGB(192,192,192)

Definition at line 22 of file colors.h.

◆ RGB_LTPINK

#define RGB_LTPINK   RGB(255,0,255)

Definition at line 45 of file colors.h.

◆ RGB_LTYELLOW

#define RGB_LTYELLOW   RGB(255,255,128)

Definition at line 28 of file colors.h.

◆ RGB_MAUVE

#define RGB_MAUVE   RGB(128,0,128)

Definition at line 42 of file colors.h.

◆ RGB_ORANGE

#define RGB_ORANGE   RGB(255,128,0)

Definition at line 30 of file colors.h.

◆ RGB_PINK

#define RGB_PINK   RGB(255,0,128)

Definition at line 44 of file colors.h.

◆ RGB_PURPLE

#define RGB_PURPLE   RGB(64,0,128)

Definition at line 39 of file colors.h.

◆ RGB_RED

#define RGB_RED   RGB(255,0,0)

Definition at line 43 of file colors.h.

◆ RGB_VDKGRAY

#define RGB_VDKGRAY   RGB(96,96,96)

Definition at line 24 of file colors.h.

◆ RGB_VLTGRAY

#define RGB_VLTGRAY   RGB(224,224,224)

Definition at line 21 of file colors.h.

◆ RGB_VLTYELLOW

#define RGB_VLTYELLOW   RGB(255,255,192)

Definition at line 27 of file colors.h.

◆ RGB_WHITE

#define RGB_WHITE   RGB(255,255,255)

Definition at line 20 of file colors.h.

◆ RGB_YELLOW

#define RGB_YELLOW   RGB(255,255,0)

Definition at line 29 of file colors.h.