Namespace SkiaSharp.Extended
Classes
- SKBlurHash
Provides methods to encode and decode BlurHash strings, a compact representation of image placeholders.
- SKGeometry
Provides geometry utility methods for creating paths, calculating polygon properties, and interpolating between paths.
- SKGeometryExtensions
Provides extension methods on SKCanvas for drawing geometric shapes centered at a given point.
- SKLottiePlayer
A platform-agnostic Skottie (Lottie) animation player that manages playback state and rendering. Can be used directly from any .NET host including .NET MAUI, Blazor, console apps, or custom renderers.
- SKPathInterpolation
Interpolates between two SKPath objects by converting them to normalized point arrays and morphing between them.
- SKPixelComparer
Provides methods for pixel-by-pixel comparison of images.
- SKPixelComparisonResult
Holds the results of a pixel-by-pixel image comparison.
Structs
- SKLottieRepeat
Describes how a Lottie animation repeats. Use the static factory members Never, Restart(int), and Reverse(int) to create instances.