Ejemplo n.º 1
0
 public static ImageBuffer AlphaToPrimaryAccent(this ImageBuffer sourceImage)
 {
     return(sourceImage.AnyAlphaToColor(ActiveTheme.Instance.PrimaryAccentColor));
 }
Ejemplo n.º 2
0
 public static ImageBuffer AlphaToPrimaryAccent(this ImageBuffer sourceImage)
 {
     return(sourceImage.AnyAlphaToColor(ApplicationController.Instance.Theme.PrimaryAccentColor));
 }
Ejemplo n.º 3
0
 public static ImageBuffer AlphaToPrimaryAccent(this ImageBuffer sourceImage)
 {
     return(sourceImage.AnyAlphaToColor(AppContext.Theme.Colors.PrimaryAccentColor));
 }