SKColor.WithGreen(Byte) Method

Definition

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

public SkiaSharp.SKColor WithGreen (byte green);

Parameters

green
Byte

The new green component.

Returns

Applies to