SKColor.WithBlue(Byte) Method

Definition

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

public SkiaSharp.SKColor WithBlue (byte blue);

Parameters

blue
Byte

The new blue component.

Returns

Applies to