, including all inherited members.
| ADOBE_RGB enum value | vcg::ColorSpace< T > | |
| APPLE_RGB enum value | vcg::ColorSpace< T > | |
| BEST_RGB enum value | vcg::ColorSpace< T > | |
| BETA_RGB enum value | vcg::ColorSpace< T > | |
| BRADFORD enum value | vcg::ColorSpace< T > | |
| BRUCE_RGB enum value | vcg::ColorSpace< T > | |
| CA(int index) | vcg::ColorSpace< T > | [inline, private, static] |
| chromaticAdaptation(const Color4< T > &color, Illuminant src, Illuminant dst, ConeResponse response=BRADFORD) | vcg::ColorSpace< T > | [inline, static] |
| chromaticAdaptation(double Xi, double Yi, double Zi, Illuminant src, double &X, double &Y, double &Z, Illuminant dst, ConeResponse response=BRADFORD) | vcg::ColorSpace< T > | [inline, static] |
| CIE_EPSILON() | vcg::ColorSpace< T > | [inline, private, static] |
| CIE_KI() | vcg::ColorSpace< T > | [inline, private, static] |
| CIE_RGB enum value | vcg::ColorSpace< T > | |
| CIELabtoXYZ(const Color4< T > &color, Illuminant ref) | vcg::ColorSpace< T > | [inline, static] |
| CIELabtoXYZ(double L, double a, double b, double &X, double &Y, double &Z, Illuminant whiteRef) | vcg::ColorSpace< T > | [inline, static] |
| COLOR_MATCH enum value | vcg::ColorSpace< T > | |
| ConeResponse enum name | vcg::ColorSpace< T > | |
| DON_RGB4 enum value | vcg::ColorSpace< T > | |
| ECI_RGB enum value | vcg::ColorSpace< T > | |
| EKTA_SPACE enum value | vcg::ColorSpace< T > | |
| gamma(RGBSpaces rgb_space) | vcg::ColorSpace< T > | [inline, static] |
| HSLtoRGB(const Color4< T > &color) | vcg::ColorSpace< T > | [inline, static] |
| HSLtoRGB(double H, double S, double L, double &R, double &G, double &B) | vcg::ColorSpace< T > | [inline, static] |
| HSVtoRGB(const Color4< T > &color) | vcg::ColorSpace< T > | [inline, static] |
| HSVtoRGB(double H, double S, double V, double &R, double &G, double &B) | vcg::ColorSpace< T > | [inline, static] |
| Hue2RGB(double v1, double v2, double vH) | vcg::ColorSpace< T > | [inline, static] |
| Illuminant enum name | vcg::ColorSpace< T > | |
| NTSC_RGB enum value | vcg::ColorSpace< T > | |
| PAL_RGB enum value | vcg::ColorSpace< T > | |
| PROPHOTO enum value | vcg::ColorSpace< T > | |
| refIlluminant(RGBSpaces rgb_space) | vcg::ColorSpace< T > | [inline, static] |
| RGB2XYZ(int index) | vcg::ColorSpace< T > | [inline, private, static] |
| RGBSpaces enum name | vcg::ColorSpace< T > | |
| RGBtoHSL(const Color4< T > &color) | vcg::ColorSpace< T > | [inline, static] |
| RGBtoHSL(double R, double G, double B, double &H, double &S, double &L) | vcg::ColorSpace< T > | [inline, static] |
| RGBtoHSV(const Color4< T > &color) | vcg::ColorSpace< T > | [inline, static] |
| RGBtoHSV(double R, double G, double B, double &H, double &S, double &V) | vcg::ColorSpace< T > | [inline, static] |
| RGBtoRGB(const Color4< T > &color, RGBSpaces rgbsrc, RGBSpaces rgbdest, ConeResponse response=BRADFORD) | vcg::ColorSpace< T > | [inline, static] |
| RGBtoRGB(double Ri, double Gi, double Bi, RGBSpaces rgbsrc, double &R, double &G, double &B, RGBSpaces rgbdest, ConeResponse response=BRADFORD) | vcg::ColorSpace< T > | [inline, static] |
| RGBtoXYZ(const Color4< T > &color, RGBSpaces space, Illuminant dest, ConeResponse response=BRADFORD) | vcg::ColorSpace< T > | [inline, static] |
| RGBtoXYZ(double R, double G, double B, RGBSpaces space, double &X, double &Y, double &Z, Illuminant dest, ConeResponse response=BRADFORD) | vcg::ColorSpace< T > | [inline, static] |
| SMPTE_C enum value | vcg::ColorSpace< T > | |
| SRGB enum value | vcg::ColorSpace< T > | |
| VCG_ILLUMINANT_A enum value | vcg::ColorSpace< T > | |
| VCG_ILLUMINANT_B enum value | vcg::ColorSpace< T > | |
| VCG_ILLUMINANT_C enum value | vcg::ColorSpace< T > | |
| VCG_ILLUMINANT_D50 enum value | vcg::ColorSpace< T > | |
| VCG_ILLUMINANT_D55 enum value | vcg::ColorSpace< T > | |
| VCG_ILLUMINANT_D65 enum value | vcg::ColorSpace< T > | |
| VCG_ILLUMINANT_D75 enum value | vcg::ColorSpace< T > | |
| VCG_ILLUMINANT_E enum value | vcg::ColorSpace< T > | |
| VCG_ILLUMINANT_INVALID enum value | vcg::ColorSpace< T > | |
| VON_KRIES enum value | vcg::ColorSpace< T > | |
| WIDE_GAMUT enum value | vcg::ColorSpace< T > | |
| xyYtoXYZ(const Color4< T > &color) | vcg::ColorSpace< T > | [inline, static] |
| xyYtoXYZ(double x, double y, double _Y, double &X, double &Y, double &Z) | vcg::ColorSpace< T > | [inline, static] |
| XYZ2RGB(int index) | vcg::ColorSpace< T > | [inline, private, static] |
| XYZ_SCALING enum value | vcg::ColorSpace< T > | |
| XYZtoCIELab(const Color4< T > &color, Illuminant ref) | vcg::ColorSpace< T > | [inline, static] |
| XYZtoCIELab(double X, double Y, double Z, double &L, double &a, double &b, Illuminant whiteRef) | vcg::ColorSpace< T > | [inline, static] |
| XYZtoRGB(const Color4< T > &color, Illuminant src, RGBSpaces dest, ConeResponse response=BRADFORD) | vcg::ColorSpace< T > | [inline, static] |
| XYZtoRGB(double X, double Y, double Z, Illuminant src, double &R, double &G, double &B, RGBSpaces space, ConeResponse response=BRADFORD) | vcg::ColorSpace< T > | [inline, static] |
| XYZtoxyY(const Color4< T > &color) | vcg::ColorSpace< T > | [inline, static] |
| XYZtoxyY(double X, double _Y, double Z, double &x, double &y, double &Y) | vcg::ColorSpace< T > | [inline, static] |