Edit

Share via


SKPaint.Blender Property

Definition

Gets or sets the custom SKBlender for compositing.

public SkiaSharp.SKBlender Blender { get; set; }

Property Value

The custom blender, or null to use the default BlendMode.

Remarks

When set, the blender overrides the BlendMode property.

Applies to