changelogs/SkiaSharp/1.58.0/SkiaSharp.breaking.md
Assembly Version Changed: 1.58.0.0 vs 1.57.0.0
Removed properties:
public bool ClipBatchToBounds { get; set; }
public bool DrawBatchBounds { get; set; }
public bool ForceSWPathMasks { get; set; }
public int MaxBatchLookahead { get; set; }
public int MaxBatchLookback { get; set; }
Removed values:
Astc12x12 = 12,
Latc = 10,
R11Eac = 11,
Modified fields:
-AlphaHalf = 14
+AlphaHalf = 12
-RgbaFloat = 13
+RgbaFloat = 10
-RgbaHalf = 15
+RgbaHalf = 13
Removed fields:
public static const int MaxColorCubeDimension;
public static const int MinColorCubeDimension;
Removed methods:
public static SKColorFilter CreateColorCube (SKData cubeData, int cubeDimension);
public static SKColorFilter CreateColorCube (byte[] cubeData, int cubeDimension);
public static SKColorFilter CreateGamma (float gamma);
public static bool IsValid3DColorCube (SKData cubeData, int cubeDimension);
Modified fields:
-Bmp = 0
+Bmp = 1
-Gif = 1
+Gif = 2
-Ico = 2
+Ico = 3
-Jpeg = 3
+Jpeg = 4
-Png = 4
+Png = 5
-Wbmp = 5
+Wbmp = 6
-Webp = 6
+Webp = 7
Removed method:
public static SKImageFilter CreateMagnifier (SKRect src, float inset, SKImageFilter input);
Removed properties:
public bool StrikeThruText { get; set; }
public bool UnderlineText { get; set; }