Click or drag to resize

EngineListViewModeClassGetItemColors Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.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