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:
|