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
But, currently, due to how term_colors implements blending of colors, alpha=1 means full transparency.
This should be adjusted to have the standard meaning.
Running small-tests/shadow.cr and pressing arrows Up and Down allows changing the alpha value by 0.1 and seeing the result.
The text was updated successfully, but these errors were encountered:
By definition, alpha=1.0 means full opacity.
But, currently, due to how term_colors implements blending of colors, alpha=1 means full transparency.
This should be adjusted to have the standard meaning.
Running
small-tests/shadow.cr
and pressing arrows Up and Down allows changing the alpha value by 0.1 and seeing the result.The text was updated successfully, but these errors were encountered: