Click or drag to resize
CAGGChangeBrightness Method
Change the brightness.

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

Parameters

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