Classes | |
| class | Colorf |
Functions | |
| Colorf | MakeColorHSV (const float hue, const float sat, const float val) |
Variables | |
| const Colorf | black (0.0000f, 0.0000f, 0.0000f) |
| const Colorf | blue (0.0000f, 0.0000f, 1.0000f) |
| const Colorf | blue_50 (0.0000f, 0.0000f, 1.0000f, 0.5000f) |
| const Colorf | cyan (0.0000f, 1.0000f, 1.0000f) |
| const Colorf | cyan_50 (0.0000f, 1.0000f, 1.0000f, 0.5000f) |
| const Colorf | green (0.0000f, 1.0000f, 0.0000f) |
| const Colorf | green_50 (0.0000f, 1.0000f, 0.0000f, 0.5000f) |
| const Colorf | magenta (1.0000f, 0.0000f, 1.0000f) |
| const Colorf | magenta_50 (1.0000f, 0.0000f, 1.0000f, 0.5000f) |
| const Colorf | opaque (0.0000f, 0.0000f, 0.0000f, 1.0000f) |
| const Colorf | orange (1.0000f, 0.5000f, 0.0000f) |
| const Colorf | red (1.0000f, 0.0000f, 0.0000f) |
| const Colorf | red_50 (1.0000f, 0.0000f, 0.0000f, 0.5000f) |
| const Colorf | transparent (0.0000f, 0.0000f, 0.0000f, 0.0000f) |
| const Colorf | white (1.0000f, 1.0000f, 1.0000f) |
| const Colorf | white_50 (1.0000f, 1.0000f, 1.0000f, 0.5000f) |
| const Colorf | yellow (1.0000f, 1.0000f, 0.0000f) |
| const Colorf | yellow_50 (1.0000f, 1.0000f, 0.0000f, 0.5000f) |
| const Colorf | black |
| const Colorf | blue |
| const Colorf | blue_50 |
| const Colorf | cyan |
| const Colorf | cyan_50 |
| const Colorf | green |
| const Colorf | green_50 |
| const Colorf | magenta |
| const Colorf | magenta_50 |
| const Colorf | opaque |
| const Colorf | orange |
| const Colorf | red |
| const Colorf | red_50 |
| const Colorf | transparent |
| const Colorf | white |
| const Colorf | white_50 |
| const Colorf | yellow |
| const Colorf | yellow_50 |
|
||||||||||||||||
|
Definition at line 76 of file colorf.cpp. References Color::Colorf::b, Color::Colorf::g, and Color::Colorf::r. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by PL_GraphBase::DrawExplicit(). |
|
|
Referenced by PL_GraphBase::DrawExplicit(). |
|
|
Referenced by PL_PrmIjg::SetColor(). |
|
|
Referenced by PL_PrmIjg::SetColor(). |
|
|
Referenced by PL_PrmIjg::DrawExplicit(), and PL_PrmIjg::DrawUniversePortion(). |
|
|
Referenced by PL_PrmIjg::DrawExplicit(), and PL_PrmIjg::DrawUniversePortion(). |
|
|
Referenced by PL_PrmIjg::SetColor(). |
|
|
Referenced by PL_PrmIjg::SetColor(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by PL_PrmIjg::DrawExplicit(), and PL_PrmIjg::DrawUniversePortion(). |
|
|
Referenced by PL_PrmIjg::DrawExplicit(), and PL_PrmIjg::DrawUniversePortion(). |
|
|
Referenced by PL_GraphBase::DrawExplicit(). |
|
|
Referenced by PL_GraphBase::DrawExplicit(). |
|
|
Referenced by PL_Neural::DrawExplicit(), PL_GraphBase::DrawExplicit(), PL_PrmIjg::DrawExplicit(), PL_Neural::DrawUniversePortion(), and PL_PrmIjg::DrawUniversePortion(). |
|
|
Referenced by PL_PrmIjg::DrawExplicit(), PL_GraphBase::DrawExplicit(), PL_Neural::DrawExplicit(), PL_PrmIjg::DrawUniversePortion(), and PL_Neural::DrawUniversePortion(). |
|
|
Referenced by PL_PrmIjg::SetColor(). |
|
|
Referenced by PL_PrmIjg::SetColor(). |
|
|
|
|
|
|
|
|
Referenced by eatwhite(), IGS_Color::operator<(), and PL_PrmIjg::SetColor(). |
|
|
Referenced by eatwhite(), IGS_Color::operator<(), and PL_PrmIjg::SetColor(). |
|
|
|
|
|
|
|
|
Referenced by PL_GraphBase::DrawExplicit(). |
|
|
Referenced by PL_GraphBase::DrawExplicit(). |
|
|
Referenced by PL_Neural::DrawExplicit(), PL_Neural::DrawUniversePortion(), and PL_PrmIjg::SetColor(). |
|
|
Referenced by PL_Neural::DrawExplicit(), PL_Neural::DrawUniversePortion(), and PL_PrmIjg::SetColor(). |
1.4.6-NO