Click or drag to resize

ApplyLutCommandBaseSupportedPixelFormats 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.Pixel24bppBgr, PixelFormat.Pixel8bppGrayscale,PixelFormat.Pixel8bppIndexed,PixelFormat.Pixel32bppBgr, PixelFormatPixelFormat.Pixel32bppCmyk,PixelFormat.Pixel16bppGrayscale,PixelFormat.Pixel16bppGrayscaleAlpha, PixelFormat.Pixel48bppBgr,PixelFormat.Pixel64bppBgra

See Also