Skip to main content
Module

x/imagemagick_deno/src/index.ts>DrawableFillOpacity

Deno port of the WASM library for ImageMagick
Extremely Popular
Latest
class DrawableFillOpacity
implements IDrawable
import { DrawableFillOpacity } from "https://deno.land/x/imagemagick_deno@0.0.27/src/index.ts";

Constructors

new
DrawableFillOpacity(opacity: Percentage)

Properties

private
readonly
_opacity: Percentage

Methods

draw(wand: IDrawingWand): void