Edit

SKColorF.WithBlue(Single) Method

Definition

Returns a new color based on this current instance, but with the new blue channel value.

public SkiaSharp.SKColorF WithBlue(float blue);

Parameters

blue
Single

The new blue component.

Returns

A new color with the specified blue value.

Applies to