Click or drag to resize
CGUIIiColorTransformEx Method
Define an ITR of up to 12 zones, with file load/save buttons.

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. The colour transform file name is used as the default when the save button is pushed, and is updated both after the load and save buttons are pushed by the value input or selected by the user.
Syntax
public static int IiColorTransformEx(
	CITR oITR1,
	CST oST2,
	int i3,
	int i4,
	ref string str5
)

Parameters

oITR1
Type: GeoEngine.Core.GXNetCITR
ITR object (modified)
oST2
Type: GeoEngine.Core.GXNetCST
ST object (input)
i3
Type: SystemInt32
Max number of zones (8 or 12)
i4
Type: SystemInt32
Show file load/save buttons (TRUE or FALSE)?
str5
Type: SystemString
Default colour transform file name

Return Value

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