|
| std::istream & | operator>> (std::istream &input, JRGB &color) |
| |
| std::ostream & | operator<< (std::ostream &output, const JRGB &color) |
| |
| std::weak_ordering | JCompareRGBValues (const JRGB &c1, const JRGB &c2) |
| |
| JRGB | JBlend (const JRGB &c1, const JRGB &c2, const JFloat alpha) |
| |
| bool | operator== (const JRGB &c1, const JRGB &c2) |
| |
| JRGB | operator* (const JRGB &c, const JFloat v) |
| |
| JRGB | operator* (const JFloat v, const JRGB &c) |
| |
| JRGB | operator/ (const JRGB &c, const JFloat v) |
| |
| std::istream & | operator>> (std::istream &input, JHSB &color) |
| |
| std::ostream & | operator<< (std::ostream &output, const JHSB &color) |
| |
| std::weak_ordering | JCompareHSBValues (const JHSB &c1, const JHSB &c2) |
| |
| bool | operator== (const JHSB &c1, const JHSB &c2) |
| |