UNPKG

@thi.ng/pixel

Version:

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

9 lines (8 loc) 195 B
import { Lane } from "../api.js"; import { defFloatFormat } from "./float-format.js"; const FLOAT_RGB = defFloatFormat({ channels: [Lane.RED, Lane.GREEN, Lane.BLUE] }); export { FLOAT_RGB };