Click or drag to resize

IPaletteGetElementColor4 Method

Gets the fourth 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#
Color GetElementColor4(
	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.
See Also