Skip to main content
Module

x/imagemagick_deno/src/color-space.ts

Deno port of the WASM library for ImageMagick
Latest
File
// Copyright Dirk Lemstra https://github.com/dlemstra/magick-wasm.// Licensed under the Apache License, Version 2.0.
export enum ColorSpace { Undefined, CMY, CMYK, Gray, HCL, HCLp, HSB, HSI, HSL, HSV, HWB, Lab, LCH, LCHab, LCHuv, Log, LMS, Luv, OHTA, Rec601YCbCr, Rec709YCbCr, RGB, scRGB, sRGB, Transparent, XyY, XYZ, YCbCr, YCC, YDbDr, YIQ, YPbPr, YUV, LinearGray,}