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

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

Conversion from CMY to RGB.

ColCMY2RGB.gif

Definition at line 35 of file ColConvert.h.

Referenced by Impala::Core::Array::Element::Color::ToHSI(), Impala::Core::Array::Element::Color::ToOOO(), and Impala::Core::Array::Element::Color::ToRGB().

00036 {
00037     return Vec3Real64(1, 1, 1) - v;
00038 }


Generated on Fri Mar 19 10:59:53 2010 for ImpalaSrc by  doxygen 1.5.1