class DrawableFillColor
implements IDrawable
import { DrawableFillColor } from "https://deno.land/x/lume@v1.18.4/deps/imagick.ts";
Constructors
new
DrawableFillColor(color: MagickColor)Properties
private
readonly
_color: MagickColorMethods
draw(wand: IDrawingWand): void