SKColorF.WithRed(Single) Method

Definition

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

public SkiaSharp.SKColorF WithRed (float red);

Parameters

red
Single

The new red component.

Returns

Applies to