opacity property

double opacity

The factor applied to the alpha channel of both the location indicator's texture and the accuracy indicator's halo color. Default value is 1.0 which means location indicator is displayed with the default alpha channel of the texture. Gets the current opacity of the location indicator.

Implementation

double get opacity;
void opacity=(double value)

The factor applied to the alpha channel of both the location indicator's texture and the accuracy indicator's halo color. Default value is 1.0 which means location indicator is displayed with the default alpha channel of the texture. Sets the opacity of the location indicator. Provided value is clamped in range [0.0, 1.0].

Implementation

set opacity(double value);