Click or drag to resize

PaletteNeoAxisBaseGetElementColor5 Method

Gets the fifth element 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 GetElementColor5(
	PaletteElement element,
	PaletteState state
)

Parameters

element  PaletteElement
Element for which color is required.
state  PaletteState
Palette value should be applicable to this state.

Return Value

Color
Color value.

Implements

IPaletteGetElementColor5(PaletteElement, PaletteState)
See Also