Click or drag to resize

CITRSetBrightContrast Method

Set the brightness of the ITR colors

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetBrightContrast(
	double brt,
	double con
)

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
Remarks
Brightness settings: 0.0 - black 0.5 - normal (no change) 1.0 - white Contrast 0.0 - flat 1.0 - full contrast (normal)
See Also