opacity property

double opacity
final

Translucency of the image. 0.0 means completely transparent, and 1.0 means completely opaque. Note that if the image is already semi-transparent, setting this to 1.0 will not make it completely opaque.

default value: 1.0 min value: 0.0 max value: 1.0

Implementation

final double opacity;