Click or drag to resize

PaletteRedirectBackGetBackColor1 Method

Gets the first background color.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override Color GetBackColor1(
	PaletteBackStyle style,
	PaletteState state
)

Parameters

style  PaletteBackStyle
Background style.
state  PaletteState
Palette value should be applicable to this state.

Return Value

Color
Color value.

Implements

IPaletteGetBackColor1(PaletteBackStyle, PaletteState)
See Also