changelogs/SkiaSharp/1.57.0/SkiaSharp.breaking.md
Assembly Version Changed: 1.57.0.0 vs 1.56.0.0
Removed value:
Index8 = 2,
Modified properties:
-public SKEncodedFormat EncodedFormat { get; }
+public SKEncodedImageFormat EncodedFormat { get; }
Removed method:
public SKImage ToTextureImage (GRContext context);
Removed value:
Unknown = 0,
Modified fields:
-Bmp = 1
+Bmp = 0
-Gif = 2
+Gif = 1
-Ico = 3
+Ico = 2
-Jpeg = 4
+Jpeg = 3
-Png = 5
+Png = 4
-Wbmp = 6
+Wbmp = 5
-Webp = 7
+Webp = 6
Removed methods:
public static SKMaskFilter CreateEmboss (float blurSigma, SKPoint3 direction, float ambient, float specular);
public static SKMaskFilter CreateEmboss (float blurSigma, float directionX, float directionY, float directionZ, float ambient, float specular);
public static SKMaskFilter CreateShadow (float occluderHeight, SKPoint3 lightPos, float lightRadius, float ambientAlpha, float spotAlpha, SKShadowMaskFilterShadowFlags flags);
Removed method:
public void NewLine ();