------------------------------------------------------------------------
| 259 | |
| 260 | //------------------------------------------------------------------------ |
| 261 | void Agg2D::clearClipBox(Color c) |
| 262 | { |
| 263 | m_renBase.copy_bar(0, 0, m_renBase.width(), m_renBase.height(), c); |
| 264 | } |
| 265 | |
| 266 | //------------------------------------------------------------------------ |
| 267 | void Agg2D::clearClipBox(unsigned r, unsigned g, unsigned b, unsigned a) |