Bob-Rust / Bob-Rust-Java

This is an automatic canvas painter for the game rust.
https://discord.gg/vwUdH4tzFb
MIT License
3 stars 1 forks source link

Implement alpha generation in the generator #9

Open Kariaro opened 2 years ago

Kariaro commented 2 years ago

The max brightness of a color is determined by the alpha value it starts with. By removing the requirement that the user selects the alpha the image would become more brighter and converge faster.

This wouldd require that the sorting algorithm checks for color, size and alpha when sorting but the outcome could potentially become much better than before.