SKBlender.CreateBlendMode(SKBlendMode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.