ReactOS 0.4.15-dev-7846-g8ba6c66
palette.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CPaletteWindow
 

Macros

#define CXY_COLORBOX   16 /* width / height of a normal color box */
 
#define CXY_BIGBOX   (CXY_COLORBOX * 2) /* width / height of the big box */
 
#define CY_PALETTE   (8 + CXY_BIGBOX + 8)
 

Macro Definition Documentation

◆ CXY_BIGBOX

#define CXY_BIGBOX   (CXY_COLORBOX * 2) /* width / height of the big box */

Definition at line 11 of file palette.h.

◆ CXY_COLORBOX

#define CXY_COLORBOX   16 /* width / height of a normal color box */

Definition at line 10 of file palette.h.

◆ CY_PALETTE

#define CY_PALETTE   (8 + CXY_BIGBOX + 8)

Definition at line 12 of file palette.h.