#include <Magick++.h>
Include dependency graph for color.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
Magick::ColorRGB | operator * (const Magick::ColorRGB &color, const Magick::ColorRGB &other) |
Magick::ColorRGB | operator * (const Magick::ColorRGB &color, double n) |
void | operator *= (Magick::ColorRGB &color, const Magick::ColorRGB &other) |
void | operator *= (Magick::ColorRGB &color, double n) |
Magick::ColorRGB | operator+ (const Magick::ColorRGB &color, const Magick::ColorRGB &other) |
void | operator+= (Magick::ColorRGB &color, const Magick::ColorRGB &other) |
Magick::ColorRGB operator * | ( | const Magick::ColorRGB & | color, | |
const Magick::ColorRGB & | other | |||
) | [inline] |
Magick::ColorRGB operator * | ( | const Magick::ColorRGB & | color, | |
double | n | |||
) | [inline] |
void operator *= | ( | Magick::ColorRGB & | color, | |
const Magick::ColorRGB & | other | |||
) | [inline] |
void operator *= | ( | Magick::ColorRGB & | color, | |
double | n | |||
) | [inline] |
Magick::ColorRGB operator+ | ( | const Magick::ColorRGB & | color, | |
const Magick::ColorRGB & | other | |||
) | [inline] |
void operator+= | ( | Magick::ColorRGB & | color, | |
const Magick::ColorRGB & | other | |||
) | [inline] |