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
Adds NRGBA support to color types
Adds NRGBA() method to Color interface and implementations for RGB, PaletteColor, DynamicColor, and SevenColor.
This change provides a way to get the non-alpha pre-multiplied version of a color, which is useful for image processing and rendering.