Cuberite
A lightweight, fast and extensible game server for Minecraft
Macros
Color.cpp File Reference
#include "Globals.h"
#include "Color.h"
Include dependency graph for Color.cpp:

Go to the source code of this file.

Macros

#define COLOR_BLUE_BITS   0x000000FF
 
#define COLOR_GREEN_BITS   0x0000FF00
 
#define COLOR_GREEN_OFFSET   8
 
#define COLOR_RED_BITS   0x00FF0000
 
#define COLOR_RED_OFFSET   16
 

Macro Definition Documentation

◆ COLOR_BLUE_BITS

#define COLOR_BLUE_BITS   0x000000FF

Definition at line 11 of file Color.cpp.

◆ COLOR_GREEN_BITS

#define COLOR_GREEN_BITS   0x0000FF00

Definition at line 10 of file Color.cpp.

◆ COLOR_GREEN_OFFSET

#define COLOR_GREEN_OFFSET   8

Definition at line 13 of file Color.cpp.

◆ COLOR_RED_BITS

#define COLOR_RED_BITS   0x00FF0000

Definition at line 9 of file Color.cpp.

◆ COLOR_RED_OFFSET

#define COLOR_RED_OFFSET   16

Definition at line 12 of file Color.cpp.