Volume Cartographer 2.27.0
Variables
volcart::color Namespace Reference

Color constants. More...

Variables

static const Color WHITE {255, 255, 255}
 
static const Color BLACK {0, 0, 0}
 
static const Color RED {0, 0, 255}
 
static const Color GREEN {0, 255, 0}
 
static const Color BLUE {255, 0, 0}
 
static const Color CYAN {255, 255, 0}
 
static const Color LIGHT_GRAY {200, 200, 200}
 
static const Color DARK_GRAY {68, 68, 68}
 

Detailed Description

Color constants.

Variable Documentation

◆ BLACK

const Color volcart::color::BLACK {0, 0, 0}
static

Definition at line 27 of file Color.hpp.

◆ BLUE

const Color volcart::color::BLUE {255, 0, 0}
static

Definition at line 30 of file Color.hpp.

◆ CYAN

const Color volcart::color::CYAN {255, 255, 0}
static

Definition at line 31 of file Color.hpp.

◆ DARK_GRAY

const Color volcart::color::DARK_GRAY {68, 68, 68}
static

Definition at line 33 of file Color.hpp.

◆ GREEN

const Color volcart::color::GREEN {0, 255, 0}
static

Definition at line 29 of file Color.hpp.

◆ LIGHT_GRAY

const Color volcart::color::LIGHT_GRAY {200, 200, 200}
static

Definition at line 32 of file Color.hpp.

◆ RED

const Color volcart::color::RED {0, 0, 255}
static

Definition at line 28 of file Color.hpp.

◆ WHITE

const Color volcart::color::WHITE {255, 255, 255}
static

Definition at line 26 of file Color.hpp.