Read DCLUTs from X/28/1

DCLUTs cannot be edited yet.
This commit is contained in:
Gavin MacGregor
2025-06-18 12:22:20 +01:00
parent 0fd581925a
commit ebee613a22
3 changed files with 41 additions and 4 deletions

View File

@@ -85,6 +85,7 @@ public:
QColor CLUTtoQColor(int index, int renderlevel=3) const;
bool isPaletteDefault(int colour) const;
bool isPaletteDefault(int fromColour, int toColour) const;
int dCLUT(bool globalDrcs, int mode, int index) const;
int levelRequired() const;
bool leftSidePanelDisplayed() const { return m_leftSidePanelDisplayed; }
void setLeftSidePanelDisplayed(bool newLeftSidePanelDisplayed);