43 #include <visp3/core/vpColVector.h>
64 inline vpRGBf() : R(0), G(0), B(0) { }
75 inline vpRGBf(
float r,
float g,
float b)
86 inline vpRGBf(
float v) : R(v), G(v), B(v) { }
102 vpRGBf &operator=(
float v);
106 bool operator==(
const vpRGBf &v)
const;
107 bool operator!=(
const vpRGBf &v)
const;
116 bool operator<(
const vpRGBf &v)
const;
117 bool operator>(
const vpRGBf &v)
const;
119 friend VISP_EXPORT std::ostream &operator<<(std::ostream &os,
const vpRGBf &rgb);
Implementation of column vector and the associated operations.
vpRGBf(const vpColVector &v)
vpRGBf(float r, float g, float b)
vpMatrix operator*(const double &x, const vpMatrix &A)