lab_inheritance
Insidious Inheritance
|
Provides a variety of colors for convenience. More...
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) |
Provides a variety of colors for convenience.