SKColorF.WithAlpha(Single) Method

Definition

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

public SkiaSharp.SKColorF WithAlpha (float alpha);

Parameters

alpha
Single

The new alpha component.

Returns

Applies to