Go to the source code of this file.
Classes | |
| struct | MR::Color |
Namespaces | |
| namespace | MR |
Functions | |
| bool | MR::operator== (const Color &a, const Color &b) |
| bool | MR::operator!= (const Color &a, const Color &b) |
| Color | MR::operator+ (const Color &a, const Color &b) |
| Color | MR::operator- (const Color &a, const Color &b) |
| Color | MR::operator* (float a, const Color &b) |
| Color | MR::operator* (const Color &b, float a) |
| Color | MR::operator/ (const Color &b, float a) |
| MRMESH_API Color | MR::blend (const Color &front, const Color &back) |