pixled-lib  1.0
Classes | Variables
pixled::chroma Namespace Reference

Classes

class  hsb
 
class  rgb
 

Variables

static color RED {color::rgb(255, 0, 0)}
 
static color GREEN {color::rgb(0, 255, 0)}
 
static color BLUE {color::rgb(0, 0, 255)}
 
static color LIGHT_RED {color::rgb(239, 71, 111)}
 
static color YELLOW {color::rgb(255, 209, 102)}
 
static color LIGHT_GREEN {color::rgb(6, 214, 160)}
 
static color DARK_BLUE {color::rgb(17, 138, 178)}
 
static color MIDNIGHT_BLUE {color::rgb(7, 59, 76)}
 
static color PINK {color::rgb(255, 102, 255)}
 
static color PURPLE {color::rgb(102, 0, 204)}
 

Detailed Description

Namespace containing color related functions and constants.

Variable Documentation

◆ RED

color pixled::chroma::RED {color::rgb(255, 0, 0)}
static

◆ GREEN

color pixled::chroma::GREEN {color::rgb(0, 255, 0)}
static

◆ BLUE

color pixled::chroma::BLUE {color::rgb(0, 0, 255)}
static

◆ LIGHT_RED

color pixled::chroma::LIGHT_RED {color::rgb(239, 71, 111)}
static

◆ YELLOW

color pixled::chroma::YELLOW {color::rgb(255, 209, 102)}
static

◆ LIGHT_GREEN

color pixled::chroma::LIGHT_GREEN {color::rgb(6, 214, 160)}
static

◆ DARK_BLUE

color pixled::chroma::DARK_BLUE {color::rgb(17, 138, 178)}
static

◆ MIDNIGHT_BLUE

color pixled::chroma::MIDNIGHT_BLUE {color::rgb(7, 59, 76)}
static

◆ PINK

color pixled::chroma::PINK {color::rgb(255, 102, 255)}
static

◆ PURPLE

color pixled::chroma::PURPLE {color::rgb(102, 0, 204)}
static