flimEngine
flimColor Class Reference

A flim color. More...

#include <FlimColor.h>

Collaboration diagram for flimColor:
Collaboration graph

Static Public Attributes

static const Vect black = Vect(0, 0, 0, 1)
 The black. More...
 
static const Vect white = Vect(1, 1, 1, 1)
 The white. More...
 
static const Vect lightGray = Vect(.75f, .75f, .75f, 1)
 The light gray. More...
 
static const Vect darkGray = Vect(.5f, .5f, .5f, 1)
 The dark gray. More...
 
static const Vect red = Vect(1, 0, 0, 1)
 The red. More...
 
static const Vect green = Vect(0, 1, 0, 1)
 The green. More...
 
static const Vect blue = Vect(0, 0, 1, 1)
 The blue. More...
 
static const Vect pink = Vect(1, 0.360f, 0.976f, 1)
 The pink. More...
 
static const Vect yellow = Vect(0.980f, 0.976f, 0)
 The yellow. More...
 
static const Vect lightBlue = Vect(0.211f, 0.764f, 0.968f)
 The light blue. More...
 

Detailed Description

A flim color.

Author
Jack Campbell
Date
3/5/2017

Member Data Documentation

◆ black

const Vect flimColor::black = Vect(0, 0, 0, 1)
static

The black.

◆ blue

const Vect flimColor::blue = Vect(0, 0, 1, 1)
static

The blue.

◆ darkGray

const Vect flimColor::darkGray = Vect(.5f, .5f, .5f, 1)
static

The dark gray.

◆ green

const Vect flimColor::green = Vect(0, 1, 0, 1)
static

The green.

◆ lightBlue

const Vect flimColor::lightBlue = Vect(0.211f, 0.764f, 0.968f)
static

The light blue.

◆ lightGray

const Vect flimColor::lightGray = Vect(.75f, .75f, .75f, 1)
static

The light gray.

◆ pink

const Vect flimColor::pink = Vect(1, 0.360f, 0.976f, 1)
static

The pink.

◆ red

const Vect flimColor::red = Vect(1, 0, 0, 1)
static

The red.

◆ white

const Vect flimColor::white = Vect(1, 1, 1, 1)
static

The white.

◆ yellow

const Vect flimColor::yellow = Vect(0.980f, 0.976f, 0)
static

The yellow.


The documentation for this class was generated from the following files: