MIRA
|
Classes | |
class | HSV |
Color in HSV color space. More... | |
class | Lab |
Color in CIE Lab color space The CIE Lab color space is derived from the XYZ color space and is designed to approximate human vision. More... | |
class | RGB |
The different color spaces. More... | |
class | RGBA |
Color in RGBA color space. More... | |
class | XYZ |
Color in CIE 1931 XYZ color space The CIE XYZ color space is the master for the derived CIE Lab color space, which is perceptually uniform and hence will be used more often for visualization purposes. More... | |
Functions | |
const RGB | Red (1.0f, 0.0f, 0.0f) |
Color in YUV color space. More... | |
const RGB | Green (0.0f, 1.0f, 0.0f) |
const RGB | Blue (0.0f, 0.0f, 1.0f) |
const RGB | Cyan (0.0f, 1.0f, 1.0f) |
const RGB | Magenta (1.0f, 0.0f, 1.0f) |
const RGB | Yellow (1.0f, 1.0f, 0.0f) |
const RGB | White (1.0f, 1.0f, 1.0f) |
const RGB | Black (0.0f, 0.0f, 0.0f) |
Variables | |
class MIRA_BASE_EXPORT | RGB |
const RGB mira::Color::Green | ( | 0. | 0f, |
1. | 0f, | ||
0. | 0f | ||
) |
const RGB mira::Color::Blue | ( | 0. | 0f, |
0. | 0f, | ||
1. | 0f | ||
) |
const RGB mira::Color::Cyan | ( | 0. | 0f, |
1. | 0f, | ||
1. | 0f | ||
) |
const RGB mira::Color::Magenta | ( | 1. | 0f, |
0. | 0f, | ||
1. | 0f | ||
) |
const RGB mira::Color::Yellow | ( | 1. | 0f, |
1. | 0f, | ||
0. | 0f | ||
) |
const RGB mira::Color::White | ( | 1. | 0f, |
1. | 0f, | ||
1. | 0f | ||
) |
const RGB mira::Color::Black | ( | 0. | 0f, |
0. | 0f, | ||
0. | 0f | ||
) |
class MIRA_BASE_EXPORT RGB |