Table of Contents

Method WithBlue

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

WithBlue(byte)

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

public Color WithBlue(byte blue)

Parameters

blue byte

The new blue component.

Returns

Color