Table of Contents

Method WithGreen

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

WithGreen(byte)

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

public Color WithGreen(byte green)

Parameters

green byte

The new green component.

Returns

Color