public static ImageBuffer AlphaToPrimaryAccent(this ImageBuffer sourceImage) { return(sourceImage.AnyAlphaToColor(ActiveTheme.Instance.PrimaryAccentColor)); }
public static ImageBuffer AlphaToPrimaryAccent(this ImageBuffer sourceImage) { return(sourceImage.AnyAlphaToColor(ApplicationController.Instance.Theme.PrimaryAccentColor)); }
public static ImageBuffer AlphaToPrimaryAccent(this ImageBuffer sourceImage) { return(sourceImage.AnyAlphaToColor(AppContext.Theme.Colors.PrimaryAccentColor)); }