Click or drag to resize

AdjustChannelCommandSupportedPixelFormats Property

Returns an array of PixelFormats supported by this command.

Namespace:  Atalasoft.Imaging.ImageProcessing.Channels
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override PixelFormat[] SupportedPixelFormats { get; }

Property Value

Type: PixelFormat

An Array Containing:

PixelFormat.Pixel8bppGrayscale,PixelFormat.Pixel24bppBgr,PixelFormat.Pixel32bppBgr, PixelFormat.Pixel16bppGrayscaleAlpha,PixelFormat.Pixel32bppBgra,PixelFormat.Pixel32bppCmyk

See Also