opacity property

double opacity

The opacity factor adjusting the opacity of a 3D marker. The factor is applied to the alpha channel of the resulting texture of the marker. Default value is 1.0 meaning marker is displayed with the default opacity of the texture image or the specified fill color specified in MapMarker3DModel. Returns an opacity factor which specifies the translucency of a 3D map marker.

Implementation

double get opacity;
void opacity=(double value)

The opacity factor adjusting the opacity of a 3D marker. The factor is applied to the alpha channel of the resulting texture of the marker. Default value is 1.0 meaning marker is displayed with the default opacity of the texture image or the specified fill color specified in MapMarker3DModel. Sets an opacity factor which specifies the translucency of a 3D map marker.

Provided value is clamped to the [0.0, 1.0] range.

Implementation

set opacity(double value);