Click or drag to resize

ButtonSpecToContentGetImageTransparentColor Method

Gets the image color that should be transparent.

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 Color GetImageTransparentColor(
	PaletteState state
)

Parameters

state  PaletteState
The state for which the image is needed.

Return Value

Color
Color value.

Implements

IContentValuesGetImageTransparentColor(PaletteState)
See Also