MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / setBlendColor

Method setBlendColor

engine/source/2d/sceneobject/SceneObject.h:535–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533 inline void setDstBlendFactor( const S32 blendFactor ) { mDstBlendFactor = blendFactor; }
534 inline S32 getDstBlendFactor( void ) const { return mDstBlendFactor; }
535 inline void setBlendColor( const ColorF& blendColor ) { mBlendColor = blendColor; }
536 inline const ColorF& getBlendColor( void ) const { return mBlendColor; }
537 inline void setBlendAlpha( const F32 alpha ) { mBlendColor.alpha = alpha; }
538 inline F32 getBlendAlpha( void ) const { return mBlendColor.alpha; }

Callers 4

LeapToyFunction · 0.45
copyToMethod · 0.45
updateCompositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected