JX Application Framework
|
Classes | |
struct | JRGB |
struct | JHSB |
Typedefs | |
using | JColorID = JUInt64 |
Functions | |
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) |
Variables | |
const JSize | kJMaxRGBValue = 65535 |
const JFloat | kJMaxRGBValueF = 65535.0 |
const JSize | kJMaxHSBValue = 65535 |
const JFloat | kJMaxHSBValueF = 65535.0 |
std::ostream & operator<< | ( | std::ostream & | output, |
const JHSB & | color | ||
) |
std::ostream & operator<< | ( | std::ostream & | output, |
const JRGB & | color | ||
) |
std::istream & operator>> | ( | std::istream & | input, |
JHSB & | color | ||
) |
std::istream & operator>> | ( | std::istream & | input, |
JRGB & | color | ||
) |
const JSize kJMaxHSBValue = 65535 |
const JFloat kJMaxHSBValueF = 65535.0 |
const JSize kJMaxRGBValue = 65535 |
const JFloat kJMaxRGBValueF = 65535.0 |