 | 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
Syntaxpublic void SetBrightContrast(
double brt,
double con
)
public void SetBrightContrast(
double brt,
double con
)
Public Sub SetBrightContrast (
brt As Double,
con As Double
)
Public Sub SetBrightContrast (
brt As Double,
con As Double
)
public:
void SetBrightContrast(
double brt,
double con
)
public:
void SetBrightContrast(
double brt,
double con
)
member SetBrightContrast :
brt : float *
con : float -> unit
member SetBrightContrast :
brt : float *
con : float -> unit
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