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

Vec3Int32 Impala::Visualization::ShotTrail::DecayColor ( double  dval  )  [inline, private]

Definition at line 158 of file VideoMinimap.h.

References mBaseColor, Impala::Core::Array::Element::Vec3Int32::X(), Impala::Core::Array::Element::Vec3Int32::Y(), and Impala::Core::Array::Element::Vec3Int32::Z().

Referenced by GetColor().

00159     {
00160         return Vec3Int32(
00161             mBaseColor.X() * dval,
00162             mBaseColor.Y() * dval,
00163             mBaseColor.Z() * dval);
00164     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:24 2011 for ImpalaSrc by  doxygen 1.5.1