Returns an array of pixel formats that are supported by this transform.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Overridable ReadOnly Property SupportedPixelFormats As PixelFormat()
public virtual PixelFormat[] SupportedPixelFormats { get; }
If you try to apply this transform to a bitmap which has pixel format which is not inlcuded into this array, UnsupportedPixelFormatException will be raised.
To verify the single pixel format, use IsPixelFormatSupported(PixelFormat) method.