----------------------------------------------------------------------------- Color Modulation -----------------------------------------------------------------------------
| 96 | // Color Modulation |
| 97 | //----------------------------------------------------------------------------- |
| 98 | void GFXDrawUtil::setBitmapModulation( const ColorI &modColor ) |
| 99 | { |
| 100 | mBitmapModulation = modColor; |
| 101 | } |
| 102 | |
| 103 | void GFXDrawUtil::clearBitmapModulation() |
| 104 | { |
no outgoing calls
no test coverage detected