C++ API Reference
MColor Member List

This is the complete list of members for MColor, including all inherited members.

aMColor
bMColor
gMColor
get(float d[3]) const MColorinline
get(MColorType colorModel, float &, float &, float &) const MColor
get(MColorType colorModel, float &, float &, float &, float &alpha) const MColor
kCMY enum valueMColor
kCMYK enum valueMColor
kHSV enum valueMColor
kOpaqueBlackMColorstatic
kRGB enum valueMColor
MColor()MColorinline
MColor(const MColor &src)MColorinline
MColor(float rr, float gg, float bb=0.0, float aa=1.0)MColorinline
MColor(const float d[3])MColorinline
MColor(float alpha)MColorinline
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 nameMColor
operator!=(const MColor &other) const MColor
operator()(unsigned int i) const MColorinline
operator()(unsigned int i)MColorinline
operator*(float scalar) const MColor
operator*(const MColor &other) const MColor
operator*(float scalar, const MColor &other)MColorfriend
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)MColorfriend
operator=(const MColor &src)MColorinline
operator==(const MColor &other) const MColor
operator[](unsigned int i) const MColorinline
operator[](unsigned int i)MColorinline
rMColor
set(MColorType colorModel, float, float, float, float alpha=1.0)MColor
~MColor()MColor