Skip to main content
Go to Latest
class DrawableColor
implements IDrawable
import { DrawableColor } from "https://deno.land/x/imagemagick_deno@0.0.21/mod.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