Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

Vec3Real64 Impala::Core::Array::Element::ColRGB2CMY ( const Vec3Real64 &  v  )  [inline]

Conversion from RGB to CMY.

ColRGB2CMY.gif

Definition at line 25 of file ColConvert.h.

Referenced by Impala::Core::Array::Element::Color::ToCMY().

00026 {
00027     return Vec3Real64(1, 1, 1) - v;
00028 }


Generated on Thu Jan 13 09:17:23 2011 for ImpalaSrc by  doxygen 1.5.1