ReadableBitmapDataExtensions Class

Provides extension methods for the IReadableBitmapData type.

Definition

Namespace: KGySoft.Drawing.SkiaSharp
Assembly: KGySoft.Drawing.SkiaSharp (in KGySoft.Drawing.SkiaSharp.dll) Version: 10.0.0-rc.1
C#
public static class ReadableBitmapDataExtensions
Inheritance
Object    ReadableBitmapDataExtensions

Methods

ToSKBitmap(IReadableBitmapData) Converts the specified source to an SKBitmap.
ToSKBitmap(IReadableBitmapData, SKColorType, IQuantizer, IDitherer) Converts the specified source to an SKBitmap that has the specified colorType.
See the Remarks section of the ToSKBitmap(IReadableBitmapData, SKColorType, SKAlphaType, WorkingColorSpace, IQuantizer, IDitherer) overload for details.
ToSKBitmap(IReadableBitmapData, SKColorType, SKAlphaType, IQuantizer, IDitherer) Converts the specified source to an SKBitmap that has the specified colorType and alphaType.
See the Remarks section of the ToSKBitmap(IReadableBitmapData, SKColorType, SKAlphaType, WorkingColorSpace, IQuantizer, IDitherer) overload for details.
ToSKBitmap(IReadableBitmapData, SKColorType, SKAlphaType, WorkingColorSpace, IQuantizer, IDitherer) Converts the specified source to an SKBitmap that has the specified colorType, alphaType and color space.
ToSKBitmapAsync(IReadableBitmapData, TaskConfig) Converts the specified source to an SKBitmap asynchronously.
ToSKBitmapAsync(IReadableBitmapData, SKColorType, IQuantizer, IDitherer, TaskConfig) Converts the specified source to an SKBitmap asynchronously.
ToSKBitmapAsync(IReadableBitmapData, SKColorType, SKAlphaType, IQuantizer, IDitherer, TaskConfig) Converts the specified source to an SKBitmap asynchronously.
ToSKBitmapAsync(IReadableBitmapData, SKColorType, SKAlphaType, WorkingColorSpace, IQuantizer, IDitherer, TaskConfig) Converts the specified source to an SKBitmap asynchronously.

See Also