Skip to main content
Go to Latest
class DrawableFillColor
implements IDrawable
import { DrawableFillColor } from "https://deno.land/x/imagemagick_deno@0.0.21/mod.ts";

Constructors

new
DrawableFillColor(color: MagickColor)

Properties

private
readonly
_color: MagickColor

Methods

draw(wand: IDrawingWand): void