| 38 | std::array<uint8_t, DC6TerminationSize> DC6::getTermination() const { return _termination; } |
| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected