krush62 / KPal

Advanced Pixel Art Palette Generator
GNU General Public License v3.0
1 stars 0 forks source link

Limit ramp count to 255 #3

Closed krush62 closed 1 year ago

krush62 commented 1 year ago

Due to save format limitations, a limit of color ramps should be in place. The save value type for palette count is byte and cannot store more than 256 values. Since having more than 255 ramps is unlikely, this bug isn't urgent. When more than 255 ramps are saved, that save file cannot be read correctly.