wasm-imagemagick
Version:
Webassembly compilation of ImageMagick
68 lines • 2.12 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/* auto-generated file using command `npx ts-node scripts/generateImEnums.ts` */
var IMChannel;
(function (IMChannel) {
IMChannel["All"] = "All";
IMChannel["Sync"] = "Sync";
IMChannel["Default"] = "Default";
IMChannel["A"] = "A";
IMChannel["Alpha"] = "Alpha";
IMChannel["Black"] = "Black";
IMChannel["B"] = "B";
IMChannel["Blue"] = "Blue";
IMChannel["C"] = "C";
IMChannel["Chroma"] = "Chroma";
IMChannel["Cyan"] = "Cyan";
IMChannel["Gray"] = "Gray";
IMChannel["G"] = "G";
IMChannel["Green"] = "Green";
IMChannel["H"] = "H";
IMChannel["Hue"] = "Hue";
IMChannel["K"] = "K";
IMChannel["L"] = "L";
IMChannel["Lightness"] = "Lightness";
IMChannel["Luminance"] = "Luminance";
IMChannel["M"] = "M";
IMChannel["Magenta"] = "Magenta";
IMChannel["Meta"] = "Meta";
IMChannel["R"] = "R";
IMChannel["Red"] = "Red";
IMChannel["S"] = "S";
IMChannel["Saturation"] = "Saturation";
IMChannel["Y"] = "Y";
IMChannel["Yellow"] = "Yellow";
IMChannel["0_"] = "0";
IMChannel["1_"] = "1";
IMChannel["2_"] = "2";
IMChannel["3_"] = "3";
IMChannel["4_"] = "4";
IMChannel["5_"] = "5";
IMChannel["6_"] = "6";
IMChannel["7_"] = "7";
IMChannel["8_"] = "8";
IMChannel["9_"] = "9";
IMChannel["10_"] = "10";
IMChannel["11_"] = "11";
IMChannel["12_"] = "12";
IMChannel["13_"] = "13";
IMChannel["14_"] = "14";
IMChannel["15_"] = "15";
IMChannel["16_"] = "16";
IMChannel["17_"] = "17";
IMChannel["18_"] = "18";
IMChannel["19_"] = "19";
IMChannel["20_"] = "20";
IMChannel["21_"] = "21";
IMChannel["22_"] = "22";
IMChannel["23_"] = "23";
IMChannel["24_"] = "24";
IMChannel["25_"] = "25";
IMChannel["26_"] = "26";
IMChannel["27_"] = "27";
IMChannel["28_"] = "28";
IMChannel["29_"] = "29";
IMChannel["30_"] = "30";
IMChannel["31_"] = "31";
})(IMChannel = exports.IMChannel || (exports.IMChannel = {}));
//# sourceMappingURL=IMChannel.js.map