Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lume/deps/imagick.ts>DrawableColor

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class DrawableColor
implements IDrawable
import { DrawableColor } from "https://deno.land/x/lume@v1.18.5/deps/imagick.ts";

Constructors

new
DrawableColor(
x: number,
y: number,
paintMethod: PaintMethod,
)

Properties

private
readonly
_paintMethod: PaintMethod
private
readonly
_x: number
private
readonly
_y: number

Methods

draw(wand: IDrawingWand): void