IRendererEvalTransparentPaint(IPaletteBack, PaletteState) Method |
Evaluate if transparent painting is needed for background palette.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxbool EvalTransparentPaint(
IPaletteBack paletteBack,
PaletteState state
)
Parameters
- paletteBack IPaletteBack
- Background palette to test.
- state PaletteState
- Element state associated with palette.
Return Value
BooleanTrue if transparent painting required.
See Also