Click or drag to resize

EngineListViewModeClassGetItemColors Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void GetItemColors(
	int itemIndex,
	out Color backColor,
	out Color textColor
)

Parameters

itemIndex
Type: SystemInt32
backColor
Type: System.DrawingColor
textColor
Type: System.DrawingColor
See Also