Click or drag to resize

CSTKSetArrayColors Method

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

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

public void SetArrayColors(
	CITR itr
)

Parameters

itr
Type: GeoEngine.Core.GXNetXCITR
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