 | CITRrGetBrightness Method |
Get the brightness setting of the ITR
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
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
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