Refactored DrawingAlgos.draw_brush(), made draw_pixel() method

This also fixes alpha blending and lighting/darkening issues when drawing pixels with mirroring.
This commit is contained in:
OverloadedOrama 2020-06-01 02:32:44 +03:00
parent 5246ce23ef
commit c06999a57f
3 changed files with 73 additions and 138 deletions

View file

@ -20,6 +20,7 @@ Igor Santarek (jegor377), rob-a-bolton
### Fixed
- Fixed failed imports of gpl palettes by adding support for the newer variant of gpl files. ([#250](https://github.com/Orama-Interactive/Pixelorama/pull/250))
- Fixed alpha blending and lighting/darkening issues when drawing pixels with mirroring.
<br><br>
## [v0.7] - 2020-05-16