Added more options for creating palette from sprite

Creating palettes from sprites has been enhanced - you can now choose if you want to get colors from the selection, current cel, entire frame or all frames, and if you want the colors to have an alpha component.
This commit is contained in:
OverloadedOrama 2020-10-06 01:18:33 +03:00
parent fbbdcdaa57
commit 3be5f27c5c
4 changed files with 125 additions and 12 deletions

View file

@ -11,6 +11,7 @@ Laurenz Reinthaler (Schweini07)
### Added
- A new purple theme.
- Buttons for moving the current frame left or right. ([#344](https://github.com/Orama-Interactive/Pixelorama/pull/344))
- Creating palettes from sprites has been enhanced - you can now choose if you want to get colors from the selection, current cel, entire frame or all frames, and if you want the colors to have an alpha component.
### Changed
- Guides now move with a step of 0.5 pixels. That makes it possible to have guides (and symmetry guides) to be in the middle of pixels.