SKBitmap.AlphaType Property

Definition

Gets the configured SKAlphaType for the bitmap.

public SkiaSharp.SKAlphaType AlphaType { get; }

Property Value

The configured SKAlphaType.

Remarks

This determines the kind of encoding used for the alpha channel, opaque, premultiplied or unpremultiplied.

Applies to