Click or drag to resize

AdvancedLevelsCommandSupportedPixelFormats Property

Returns an array of PixelFormats supported by this command.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage.AdvancedPhotoEffects (in Atalasoft.dotImage.AdvancedPhotoEffects.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, PixelFormatPixelFormat.Pixel16bppGrayscaleAlpha,PixelFormat.Pixel32bppBgra,PixelFormat.Pixel32bppCmyk

See Also