Table of Contents

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.

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. This class is thread-safe as all methods are stateless static operations.

SKPixelComparerOptions

Options for configuring pixel-by-pixel image comparison behavior.

SKPixelComparisonResult

Holds the results of a pixel-by-pixel image comparison.