opacity property

double opacity
getter/setter pair

Node opacity in the range [0,1].

Expected to be finite.

Runtime behavior: non-finite values are treated as 1 and values outside [0,1] are clamped during rendering; JSON serialization rejects invalid values.

Implementation

double opacity;