|  | CITRrGetBrightness Method  | 
 Get the brightness setting of the ITR
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
 Syntax
Syntaxpublic double rGetBrightness()
public double rGetBrightness()
Public Function rGetBrightness As Double
Public Function rGetBrightness As Double
public:
double rGetBrightness()
public:
double rGetBrightness()
member rGetBrightness : unit -> float 
member rGetBrightness : unit -> float 
Return Value
Type: 
DoubleThe brightness setting of the ITR
 Remarks
Remarks
Brightness can range from -1.0 (black) to 1.0 (white).
This brightness control is relative to the normal color
when the ITR is created.
 See Also
See Also