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