Skip to main content
Go to Latest
File
// Copyright Dirk Lemstra https://github.com/dlemstra/magick-wasm.// Licensed under the Apache License, Version 2.0.
export enum PixelChannel { Red = 0, Cyan = 0, Gray = 0, Green = 1, Magenta = 1, Blue = 2, Yellow = 2, Black = 3, Alpha = 4, Index = 5, Composite = 32,}