Click or drag to resize

PaletteRedirectGetButtonSpecColorMap Method

Gets the color to remap from the image to the container foreground.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual Color GetButtonSpecColorMap(
	PaletteButtonSpecStyle style
)

Parameters

style
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteButtonSpecStyle
Style of button spec.

Return Value

Type: Color
Color value.

Implements

IPaletteGetButtonSpecColorMap(PaletteButtonSpecStyle)
See Also