, including all inherited members.
a |
MColor |
|
b |
MColor |
|
g |
MColor |
|
get(float
d[3]) const |
MColor |
[inline] |
get(MColorType
colorModel, float &, float &, float &) const |
MColor |
|
get(MColorType
colorModel, float &, float &, float &, float
&alpha) const |
MColor |
|
kCMY enum value |
MColor |
|
kCMYK enum value |
MColor |
|
kHSV enum value |
MColor |
|
kRGB enum value |
MColor |
|
MColor() |
MColor |
[inline] |
MColor(const
MColor &src) |
MColor |
[inline] |
MColor(float
rr, float gg, float bb=0.0, float aa=1.0) |
MColor |
[inline] |
MColor(const
float d[3]) |
MColor |
[inline] |
MColor(float
alpha) |
MColor |
[inline] |
MColor(MColorType
colorModel, unsigned char c1, unsigned char c2, unsigned char c3,
unsigned char alpha=255U) |
MColor |
|
MColor(MColorType
colorModel, unsigned short c1, unsigned short c2, unsigned short
c3, unsigned short alpha=65535U) |
MColor |
|
MColor(MColorType
colorModel, float c1, float c2, float c3, float alpha=1.0) |
MColor |
|
MColor(MColorType
colorModel, double c1, double c2, double c3, double alpha=1.0) |
MColor |
|
MColorType
enum name |
MColor |
|
operator!=(const
MColor &other) const |
MColor |
|
operator()(unsigned
int i) const |
MColor |
[inline] |
operator()(unsigned
int i) |
MColor |
[inline] |
operator*(float
scalar) const |
MColor |
|
operator*(const
MColor &other) const |
MColor |
|
operator*(float
scalar, const MColor &other) |
MColor |
[friend] |
operator*=(float
scalar) |
MColor |
|
operator*=(const
MColor &other) |
MColor |
|
operator+(const
MColor &other) const |
MColor |
|
operator+=(const
MColor &other) |
MColor |
|
operator-()
const |
MColor |
|
operator-(const
MColor &other) const |
MColor |
|
operator/(float
scalar) const |
MColor |
|
operator/=(float
scalar) |
MColor |
|
operator<<(std::ostream
&os, const MColor &c) |
MColor |
[friend] |
operator=(const
MColor &src) |
MColor |
[inline] |
operator==(const
MColor &other) const |
MColor |
|
operator[](unsigned
int i) const |
MColor |
[inline] |
operator[](unsigned
int i) |
MColor |
[inline] |
r |
MColor |
|
set(MColorType
colorModel, float, float, float, float alpha=1.0) |
MColor |
|
~MColor() |
MColor |
|