class DrawableFillOpacity
implements IDrawable
import { DrawableFillOpacity } from "https://deno.land/x/lume@v1.18.4/deps/imagick.ts";
Constructors
new
DrawableFillOpacity(opacity: Percentage)Properties
private
readonly
_opacity: PercentageMethods
draw(wand: IDrawingWand): void