Table of Contents

Method WithRed

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

WithRed(byte)

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

public Color WithRed(byte red)

Parameters

red byte

The new red component.

Returns

Color