changelogs/SkiaSharp/1.56.2/SkiaSharp.breaking.md
Removed method:
public SKColor GetIndex8Color (int x, int y);
Modified properties:
-public SKColor[] Colors { get; }
+public SKPMColor[] Colors { get; }
-public SKColor this [int index] { get; }
+public SKPMColor this [int index] { get; }
Modified fields:
-public readonly SKImageInfo Empty;
+public SKImageInfo Empty;
-public readonly SKColorType PlatformColorType;
+public SKColorType PlatformColorType;
Modified methods:
public void AddPath (SKPath other, SKPath.AddMode mode--- = 0---)
public void AddPath (SKPath other, ref SKMatrix matrix, SKPath.AddMode mode--- = 0---)
public void AddPath (SKPath other, float dx, float dy, SKPath.AddMode mode--- = 0---)
Removed method:
public SKPath.Verb Next (SKPoint[] points, bool doConsumeDegenerates, bool exact);
Removed methods:
public SKPath.Verb Next (SKPoint[] points);
public SKPath.Verb Peek ();