You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
416 B

export function fromWhiteIsZero(raster: any, max: any): Uint8Array;
export function fromBlackIsZero(raster: any, max: any): Uint8Array;
export function fromPalette(raster: any, colorMap: any): Uint8Array;
export function fromCMYK(cmykRaster: any): Uint8Array;
export function fromYCbCr(yCbCrRaster: any): Uint8ClampedArray;
export function fromCIELab(cieLabRaster: any): Uint8Array;
//# sourceMappingURL=rgb.d.ts.map