| 316 | } |
| 317 | |
| 318 | RgbMap* Sprite::rgbMap(frame_t frame) const |
| 319 | { |
| 320 | return rgbMap(frame, backgroundLayer() ? RgbMapFor::OpaqueLayer: |
| 321 | RgbMapFor::TransparentLayer); |
| 322 | } |
| 323 | |
| 324 | RgbMap* Sprite::rgbMap(frame_t frame, RgbMapFor forLayer) const |
| 325 | { |
no test coverage detected