lab_inheritance
Insidious Inheritance
color.h File Reference

Provides a variety of colors for convenience. More...

#include "cs225/PNG.h"
Include dependency graph for color.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 color
 

Functions

const cs225::HSLAPixel color::WHITE (0, 0, 1)
 
const cs225::HSLAPixel color::BLACK (0, 0, 0)
 
const cs225::HSLAPixel color::GRAY (33, 4.1/100.0, 56.7/100.0)
 
const cs225::HSLAPixel color::RED (0, 1, 0.5)
 
const cs225::HSLAPixel color::ORANGE (30, 1, 0.5)
 
const cs225::HSLAPixel color::YELLOW (60, 1, 0.5)
 
const cs225::HSLAPixel color::GREEN (120, 1, 0.5)
 
const cs225::HSLAPixel color::TURQUOISE (120, 1, 0.5)
 
const cs225::HSLAPixel color::BLUE (240, 1, 0.5)
 
const cs225::HSLAPixel color::PURPLE (270, 1, 0.5)
 
const cs225::HSLAPixel color::PINK (299, 96.9/100.0, 74.3/100.0)
 

Detailed Description

Provides a variety of colors for convenience.