Interface IPixelFormatInfo
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Windows.dll
Exposes methods that provide information about a pixel format.
Corresponds to the following native interfaces:
IWICPixelFormatInfo,
IWICPixelFormatInfo2
public interface IPixelFormatInfo : IImagingComponentInfo, IObjectRef, IIsDisposed, IDisposable, IInternalImpl
- Inherited Members
- Extension Methods
Properties
- BitsPerPixel
Gets the bits per pixel (BPP) of the pixel format.
- ChannelCount
Gets the number of channels the pixel format contains.
- ChannelMasks
Gets the pixel format's channel mask.
- ColorContext
Gets the pixel format's IColorContext.
- NumericRepresentation
Gets the pixel format's numeric representation.
- PixelFormat
Gets the pixel format GUID.
- SupportsTransparency
Gets a flag indicating whether the pixel format supports transparent pixels.