Add DCLUT editing

This commit is contained in:
Gavin MacGregor
2025-07-20 15:32:13 +01:00
parent d8e0a2f3e2
commit d326748371
9 changed files with 311 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ public:
bool isPaletteDefault(int colour) const;
bool isPaletteDefault(int fromColour, int toColour) const;
int dCLUT(bool globalDrcs, int mode, int index) const;
void setDCLUT(bool globalDrcs, int mode, int index, int colour);
int levelRequired() const;
bool leftSidePanelDisplayed() const { return m_leftSidePanelDisplayed; }
void setLeftSidePanelDisplayed(bool newLeftSidePanelDisplayed);