MCPcopy Create free account
hub / github.com/carbonengine/trinity / SetColor

Method SetColor

trinity/Sprite2d/Tr2SpriteObject.cpp:220–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void Tr2SpriteObject::SetColor( Color val )
221{
222 if( val != m_color )
223 {
224 m_color = val;
225 SetDirty();
226 }
227}
228
229Tr2TexturedSpriteObject::Tr2TexturedSpriteObject( IRoot* lockobj /*= NULL */ )
230{

Callers 4

GatherSpritesMethod · 0.45
SetRegularRenderStateMethod · 0.45
SetGlowRenderStateMethod · 0.45
SetShadowRenderStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected