| 39 | uint32_t DC6::getDirections() const { return _directions; } |
| 40 | uint32_t DC6::getFramesPerDirection() const { return _framesPerDirection; } |
| 41 | std::vector<uint32_t> DC6::getFramePointers() const { return _framePointers; } |
| 42 | uint32_t DC6::getFrameCount() const { return _framesPerDirection; } |
| 43 | void DC6::setPalette(const Palette &palette) { |
| 44 | enum class eScanlineType { EndOfLine, RunOfTransparentPixels, RunOfOpaquePixels }; |
nothing calls this directly
no outgoing calls
no test coverage detected