Click or drag to resize
CAGGChangeBrightness Method
Change the brightness.

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
0.0 brightness does nothing. -1.0 to 0.0 makes colours darker, -1.0 is black 0.0 to 1.0 makes colours lighter, 1.0 is white
Syntax
public void ChangeBrightness(
	double d1
)

Parameters

d1
Type: SystemDouble
-1.0 - black; 0.0 no change; 1.0 white
See Also