SKPaint.MaskFilter Property

Definition

Gets or sets the mask filter to use when painting.

public SkiaSharp.SKMaskFilter MaskFilter { get; set; }

Property Value

Remarks

Mask filters control the transformations on the alpha channel before primitives are drawn. Examples are blur or emboss.

Applies to