@thi.ng/pixel
Version:
Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution
10 lines • 342 B
TypeScript
import { type FloatFormat } from "../api.js";
/**
* Higher order, single channel float pixel format using provided `[min,max]`
* value range, instead of usual `[0,1]` interval.
*
* @param min
* @param max
*/
export declare const FLOAT_GRAY_RANGE: (min: number, max: number) => FloatFormat;
//# sourceMappingURL=float-gray-range.d.ts.map