Table of Contents

Method MakeDisabled

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

MakeDisabled(ref RGBValue, byte)

Sets a disabled (dimmed) color for specified RGBValue.

public static void MakeDisabled(ref RGBValue rgb, byte brightness)

Parameters

rgb RGBValue

Color.

brightness byte

MakeDisabled(byte)

Makes a disabled version of this color.

public Color MakeDisabled(byte brightness)

Parameters

brightness byte

Returns

Color