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

x/imagescript/v2/framebuffer.d.ts>default#fill

zero-dependency JavaScript image manipulation
Extremely Popular
Go to Latest
method default.prototype.fill
import { default } from "https://deno.land/x/imagescript@v1.2.14/v2/framebuffer.d.ts";

Parameters

rgba: rgba

Parameters

color: number

Parameters

cb: (x: number, y: number) => number