10 #include <Eigen/Geometry>
13 namespace visualization {
19 Color(
float r,
float g,
float b,
float a = 1.0);
20 Color(
const Eigen::Vector3f& rgb);
27 void SetColor(
float r,
float g,
float b,
float a = 1.0);
float * GetMutablePointer()
unsigned int ToABGR32() const
bool operator==(const Color &rhs) const
const float * GetPointer() const
void SetColor(float r, float g, float b, float a=1.0)
bool operator!=(const Color &rhs) const
Color Lightened(float amount)
Generic file read and write utility for python interface.