| 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; } |
no outgoing calls
no test coverage detected