Returns pixel format of the current bitmap.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public ReadOnly Property PixelFormat As PixelFormat
public PixelFormat PixelFormat { get; }
| Property | Description |
|---|---|
| BitsPerPixel | Number of bits per pixel used by this pixel format. |
| ColorSpace | Color space of pixels represented with current pixel format. |
| HasAlpha | Whether current pixel format supports alpha channel (transparency information). |
| IsCmyk | Whether color space of pixels represented with current pixel format is CMYK. |
| IsRgb | Whether color space of pixels represented with current pixel format is RGB. |
| IsGrayScale | Whether color space of pixels represented with current pixel format is grayscale. |
| IsExtended | Whether current pixel format is extended (16 bits per channel). |
| IsIndexed | Whether current pixel format is indexed (palette-based). |