Click or drag to resize

AutoContrastCommandSupportedPixelFormats Property

Returns an array of PixelFormats supported by this command.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
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
PixelFormat.Pixel24bppBgr, ,PixelFormat.Pixel8bppGrayscale, ,PixelFormat.Pixel32bppBgr, ,PixelFormat.Pixel16bppGrayscaleAlpha,,PixelFormat.Pixel32bppBgra
See Also