Click or drag to resize

KryptonButtonGetImageTransparentColor Method

Gets the image color that should be transparent.

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

Parameters

state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
The state for which the image is needed.

Return Value

Type: Color
Color value.

Implements

IContentValuesGetImageTransparentColor(PaletteState)
See Also