Click or drag to resize

CSTKSetArrayColors Method

Set colors for individual channels in a VA, via an ITR

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SetArrayColors(
	CITR itr
)

public void SetArrayColors(
	CITR itr
)

Parameters

itr
Type: GeoEngine.Core.GXNetCITR
ITR object for colors
Remarks
The ITR is consulted by taking the channel index and dividing by the number of channels; hence the ITR maximum values should be in the range: 0 > values >= 1.0.
See Also