Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / ENPixelFormat Enumeration


In This Topic
    ENPixelFormat Enumeration
    In This Topic
    Enumerates the supported pixel formats.
    Syntax
    'Declaration
     
    
    Public Enum ENPixelFormat 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPixelFormat
    public enum ENPixelFormat : System.Enum 
    Members
    MemberDescription
    A8Alpha channel only, 8 bits per pixel.
    ABGR32ABGR channels, 8 bits per channel, 32 bits per pixel.
    ABGR64ABGR channels, 16 bits per channel, 64 bits per pixel.
    ARGB32ARGB channels, 8 bits per channel, 32 bits per pixel.
    BGR24BGR channels, 8 bits per channel, 24 bits per pixel.
    BGR48BGR channels, 16 bits per channel, 48 bits per pixel.
    BGRA32BGRA channels, 8 bits per channel, 32 bits per pixel.
    BGRA64BGRA channels, 16 bits per channel, 64 bits per pixel.
    BGRX32BGRA channels, 8 bits per channel, 32 bits per pixel.
    Gray8Gray channel only, 8 bits per pixel - this pixel format is used to represent grayscale images.
    GrayA16Gray and alpha channels, 8 bits per channel - this pixel format is used to represent grayscale images.
    PABGR32RGBA channels, premultiplied Alpha, pre8 bits per channel, 32 bits per pixel.
    PARGB32ARGB channels, premultiplied Alpha, 8 bits per channel, 32 bits per pixel.
    PRGBA32RGBA channels, premultiplied Alpha, pre8 bits per channel, 32 bits per pixel.
    RBGA32RBGA channels, 8 bits per channel, 32 bits per pixel.
    RGB24RGB channels, 8 bits per channel, 24 bits per pixel.
    RGBA32RGBA channels, 8 bits per channel, 32 bits per pixel.
    XRGB32XRGB channels, 8 bits per channel, 32 bits per pixel.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Graphics.ENPixelFormat

    Requirements

    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)

    See Also