You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before I create a PR to fix this potential issue I want to double check if this is intended.
In dirtyalpha.rs the alpha is subtracted from 256, this will result in values outside of the 0..=255 range when the alpha is zero. Shouldn't this be 255 instead?
The text was updated successfully, but these errors were encountered:
Before I create a PR to fix this potential issue I want to double check if this is intended.
In dirtyalpha.rs the alpha is subtracted from
256
, this will result in values outside of the0..=255
range when the alpha is zero. Shouldn't this be 255 instead?The text was updated successfully, but these errors were encountered: