MeshLib
 
Loading...
Searching...
No Matches
MRColor.h File Reference
#include "MRMeshFwd.h"
#include "MRVector3.h"
#include "MRVector4.h"

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)