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

int Impala::Core::Array::Element::Color::operator== ( const Color c  )  const [inline]

Equal.

Definition at line 312 of file Color.h.

References mSpace, and mValue.

00313     {
00314         return (mSpace == c.mSpace) && (mValue == c.mValue);
00315     }


Generated on Fri Mar 19 11:00:46 2010 for ImpalaSrc by  doxygen 1.5.1