NevronOpenVision
Nevron.Nov.GraphicsGL Namespace / NGLColorFormat Structure / NGLColorFormat Constructor / NGLColorFormat Constructor(Int32,Int32,Int32,Int32)
Bits per pixel for the Red color channel.
Bits per pixel for the Green color channel.
Bits per pixel for the Blue color channel.
Bits per pixel for the Alpha color channel.
In This Topic
    NGLColorFormat Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Constructs a new ColorFormat with the specified bits per pixel for the Red, Green, Blue and Alpha color channels.
    Syntax
    public NGLColorFormat( 
       System.int red,
       System.int green,
       System.int blue,
       System.int alpha
    )

    Parameters

    red
    Bits per pixel for the Red color channel.
    green
    Bits per pixel for the Green color channel.
    blue
    Bits per pixel for the Blue color channel.
    alpha
    Bits per pixel for the Alpha color channel.
    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