UNPKG

@thi.ng/pixel

Version:

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

10 lines (9 loc) 224 B
import { Lane } from "../api.js"; import { defFloatFormat } from "./float-format.js"; const FLOAT_RGBA = defFloatFormat({ alpha: true, channels: [Lane.RED, Lane.GREEN, Lane.BLUE, Lane.ALPHA] }); export { FLOAT_RGBA };