Click or drag to resize
CITRSetBrightContrast Method
Set the brightness of the ITR colors

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Brightness settings: 0.0 - black 0.5 - normal (no change) 1.0 - white Contrast 0.0 - flat 1.0 - full contrast (normal)
Syntax
public void SetBrightContrast(
	double brt,
	double con
)

Parameters

brt
Type: SystemDouble
0.0 - black; 0.5 normal; 1.0 white
con
Type: SystemDouble
0.0 - flat; 1.0 normal
See Also