SKColor.WithAlpha(Byte) Method

Definition

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

public SkiaSharp.SKColor WithAlpha (byte alpha);

Parameters

alpha
Byte

The new alpha component.

Returns

Applies to