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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 d1,
	double d2
)

Parameters

d1
Type: SystemDouble
0.0 - black; 0.5 normal; 1.0 white
d2
Type: SystemDouble
0.0 - flat; 1.0 normal
See Also