|
RealPixel | MakeRealPixel (float r, float g, float b) |
|
void | ExpandRealPixel (const RealPixel &rp, float &r, float &g, float &b) |
|
int | MaxComponent (const Color &) |
|
int | MinComponent (const Color &) |
|
float | MaxVal (const Color &) |
|
float | MinVal (const Color &) |
|
float | Length (const Color &v) |
|
Color | operator* (float f, const Color &a) |
|
Color | operator* (const Color &a, float f) |
|
Color | operator/ (const Color &a, float f) |
|
Color | operator+ (const Color &a, float f) |
|
Color | operator+ (float f, const Color &a) |
|
Color | operator- (const Color &a, float f) |
|
Color | operator- (float f, const Color &a) |
|
static float | Intens (const Color &c) |
|