PunishXIV / Splatoon

An accessibility tool to assist in FFXIV gameplay and compensate for human imperfections.
https://puni.sh/plugin/Splatoon
GNU Affero General Public License v3.0
209 stars 54 forks source link

Fix transparency bug in migration for fill intensity #63

Closed sourpuh closed 5 months ago

sourpuh commented 5 months ago

Fill intensity is the fraction of the element's alpha to used as fill alpha. I was computing the target alpha value and dividing by 255 which makes migrated values overly transparent. The correct divisor is the element's alpha.

Limiana commented 5 months ago

Thank you!