편집

다음을 통해 공유


SKColorF.WithGreen(Single) Method

Definition

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

public SkiaSharp.SKColorF WithGreen (float green);

Parameters

green
Single

The new green component.

Returns

Applies to