------------------------------------------------------------------------
| 185 | |
| 186 | //------------------------------------------------------------------------ |
| 187 | void Agg2D::imageBlendMode(BlendMode m) |
| 188 | { |
| 189 | m_imageBlendMode = m; |
| 190 | } |
| 191 | |
| 192 | //------------------------------------------------------------------------ |
| 193 | Agg2D::BlendMode Agg2D::imageBlendMode() const |
no outgoing calls
no test coverage detected