Click or drag to resize

PaletteBaseFadedColor Method

Create a faded version of provided color.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Color FadedColor(
	Color baseColor
)

Parameters

baseColor
Type: System.DrawingColor
Starting color.

Return Value

Type: Color
Faded version of parameter color.
See Also