Click or drag to resize
CGUIiColorTransform Method
Define an ITR of up to 8 zones.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The statistics object is required in order to determine data ranges, percentiles, etc. Create it using CreateExact_ST, or be sure to enable histogram statistics.
Syntax
public static int iColorTransform(
	CITR oITR1,
	CST oST2
)

Parameters

oITR1
Type: GeoEngine.Core.GXNetCITR
ITR object (modified)
oST2
Type: GeoEngine.Core.GXNetCST
ST object (input)

Return Value

Type: Int32
0 if OK 1 if user cancels
See Also