Click or drag to resize

PaletteElementColorInheritOverrideSetPalettes Method

Update the the primary and backup palettes.

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 void SetPalettes(
	IPaletteElementColor primary,
	IPaletteElementColor backup
)

Parameters

primary  IPaletteElementColor
New primary palette.
backup  IPaletteElementColor
New backup palette.
See Also