Edit

Share via


SKPaint.ColorFilter Property

Definition

Gets or sets the paint's color filter.

public SkiaSharp.SKColorFilter ColorFilter { get; set; }

Property Value

The color filter applied to source colors before drawing, or null if no filter is applied.

Applies to