Method b3GetGraphColor
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3GetGraphColor(int)
Gets the visualization colour of a constraint graph colour slot.
public static extern b3HexColor b3GetGraphColor(int index)Parameters
indexint-
The slot index. The last one, Box3D.Native.Constants.B3_GRAPH_COLOR_COUNT minus one, is the overflow colour.
Returns
- b3HexColor
-
The colour.