Edit

SKBlender.CreateBlendMode(SKBlendMode) Method

Definition

Creates a blender that applies the specified blend mode.

public static SkiaSharp.SKBlender CreateBlendMode(SkiaSharp.SKBlendMode mode);

Parameters

mode
SKBlendMode

The blend mode to use.

Returns

A new blender that applies the blend mode.

Applies to