mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Fix transparency handling
Ensure that the color count is properly used, and that transparency is not counted as a color when packing palettes
This commit is contained in:
@@ -34,6 +34,7 @@ public:
|
||||
ComparisonResult compare(ProtoPalette const &other) const;
|
||||
|
||||
size_t size() const;
|
||||
bool empty() const;
|
||||
|
||||
decltype(_colorIndices)::const_iterator begin() const;
|
||||
decltype(_colorIndices)::const_iterator end() const;
|
||||
|
||||
Reference in New Issue
Block a user