Click or drag to resize

NDGradFilterCommandSupportedPixelFormats Property

Gets an array of supported pixel formats.

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 of supported pixel formats.
Remarks
All derived classes must override this property.
See Also