SKColor.WithRed(Byte) Method

Definition

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

public SkiaSharp.SKColor WithRed (byte red);

Parameters

red
Byte

The new red component.

Returns

Applies to