DrawingContext.fillOpacity

Specify the fill opacity.

class DrawingContext
void
fillOpacity
(
double opacity
)
in { assert (opacity >= 0); assert (opacity <= 1); }

Parameters

opacity
Type: double

A number between 0 and 1.

Meta