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

Color& Impala::Core::Array::Element::Color::operator= ( const Color rhs  )  [inline]

Assignment operator.

Definition at line 54 of file Color.h.

References mSpace, and mValue.

00055     {
00056         mValue = rhs.mValue;
00057         mSpace = rhs.mSpace;
00058         return *this;
00059     }


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