public enum ENPixelFormat : System.Enum
public enum ENPixelFormat : System.Enum
Member | Description |
---|---|
A8 | Alpha channel only, 8 bits per pixel. |
ABGR32 | ABGR channels, 8 bits per channel, 32 bits per pixel. |
ABGR64 | ABGR channels, 16 bits per channel, 64 bits per pixel. |
ARGB32 | ARGB channels, 8 bits per channel, 32 bits per pixel. |
BGR24 | BGR channels, 8 bits per channel, 24 bits per pixel. |
BGR48 | BGR channels, 16 bits per channel, 48 bits per pixel. |
BGRA32 | BGRA channels, 8 bits per channel, 32 bits per pixel. |
BGRA64 | BGRA channels, 16 bits per channel, 64 bits per pixel. |
BGRX32 | BGRA channels, 8 bits per channel, 32 bits per pixel. |
Gray8 | Gray channel only, 8 bits per pixel - this pixel format is used to represent grayscale images. |
GrayA16 | Gray and alpha channels, 8 bits per channel - this pixel format is used to represent grayscale images. |
PABGR32 | RGBA channels, premultiplied Alpha, pre8 bits per channel, 32 bits per pixel. |
PARGB32 | ARGB channels, premultiplied Alpha, 8 bits per channel, 32 bits per pixel. |
PRGBA32 | RGBA channels, premultiplied Alpha, pre8 bits per channel, 32 bits per pixel. |
RBGA32 | RBGA channels, 8 bits per channel, 32 bits per pixel. |
RGB24 | RGB channels, 8 bits per channel, 24 bits per pixel. |
RGBA32 | RGBA channels, 8 bits per channel, 32 bits per pixel. |
XRGB32 | XRGB channels, 8 bits per channel, 32 bits per pixel. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Graphics.ENPixelFormat
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)