Example #1
0
 public static SKColorFilter CreateHighContrast(SKHighContrastConfig config)
 {
     return(GetObject <SKColorFilter>(SkiaApi.sk_colorfilter_new_high_contrast(ref config)));
 }
Example #2
0
 static SKHighContrastConfig()
 {
     Default = new SKHighContrastConfig(false, SKHighContrastConfigInvertStyle.NoInvert, 0.0f);
 }