'Declaration Public Enum PixelFormat Inherits System.Enum
public enum PixelFormat : System.Enum
__value public enum PixelFormat : public System.Enum
public enum class PixelFormat : public System.Enum
'Declaration Public Enum PixelFormat Inherits System.Enum
public enum PixelFormat : System.Enum
__value public enum PixelFormat : public System.Enum
public enum class PixelFormat : public System.Enum
Member | Description |
---|---|
Bgr24 | Specifies that the format is 24 bits per pixel; 8 bits each are used for the blue, green, and red components. |
Bgr32 | Specifies that the format is 32 bits per pixel; 8 bits each are used for the blue, green and red components. The remaining 8 bits are not used. |
Bgr48 | Specifies that the format is 48 bits per pixel; 16 bits each are used for the blue, green, and red components. |
Bgr555 | Specifies that the format is 15 bits per pixel; 5 bits each are used for the blue, green, and red components. |
Bgr565 | Specifies that the format is 16 bits per pixel; 5-6-5 bits each are used for the blue, green, and red components. |
Bgra32 | Specifies that the format is 32 bits per pixel; 8 bits each are used for the blue, green, red and alpha components. |
Bgra64 | Specifies that the format is 64 bits per pixel; 16 bits each are used for the blue, green, red and alpha components. |
BlackWhite | Specifies that the pixel format is 1 bit per pixel and that it uses two colors: black and white. |
Gray16 | The pixel format is 16 bits per pixel. The color information specifies 65536 shades of gray. |
Gray8 | The pixel format is 8 bits per pixel. The color information specifies 256 shades of gray. |
Indexed1 | Specifies that the pixel format is 1 bit per pixel and that it uses indexed color. The color table therefore has two colors in it. |
Indexed4 | Specifies that the format is 4 bits per pixel, indexed. |
Indexed8 | Specifies that the format is 8 bits per pixel, indexed. The color table therefore has 256 colors in it. |
Undefined | Undefined pixel format. |
System.Object
System.ValueType
System.Enum
Vintasoft.Imaging.PixelFormat
Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows XP, Windows Server 2012, Windows Server 2008, Windows Server 2003