Click or drag to resize

PaletteRedirectGetButtonSpecImageTransparentColor Method

Gets the image transparent color.

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 GetButtonSpecImageTransparentColor(
	PaletteButtonSpecStyle style
)

Parameters

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

Return Value

Type: Color
Color value.

Implements

IPaletteGetButtonSpecImageTransparentColor(PaletteButtonSpecStyle)
See Also