Click or drag to resize

RenderStandardEvalTransparentPaint(IPaletteBack, PaletteState) Method

Evaluate if transparent painting is needed for background palette.

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 override bool EvalTransparentPaint(
	IPaletteBack paletteBack,
	PaletteState state
)

Parameters

paletteBack  IPaletteBack
Background palette to test.
state  PaletteState
Element state associated with palette.

Return Value

Boolean
True if transparent painting required.

Implements

IRendererEvalTransparentPaint(IPaletteBack, PaletteState)
See Also