UNPKG

@thi.ng/pixel

Version:

Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution

10 lines (9 loc) 188 B
import { Lane } from "../api.js"; import { defFloatFormat } from "./float-format.js"; const FLOAT_GRAY = defFloatFormat({ gray: true, channels: [Lane.RED] }); export { FLOAT_GRAY };