Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:59:53 2010 for ImpalaSrc by  doxygen 1.5.1