Click or drag to resize

KryptonManagerGetPaletteForMode Method

Gets the implementation for the requested palette mode.

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 static IPalette GetPaletteForMode(
	PaletteMode mode
)

Parameters

mode  PaletteMode
Requested palette mode.

Return Value

IPalette
IPalette reference is available; otherwise false.
See Also