Table of Contents

Method WithAlpha

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

WithAlpha(byte)

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

public Color WithAlpha(byte alpha)

Parameters

alpha byte

The new alpha component.

Returns

Color