Autodesk.AutoCAD.GraphicsInterface Namespace > PixelBGRA32 Structure > PixelBGRA32 Constructor > PixelBGRA32(uint) Constructor
PixelBGRA32.PixelBGRA32(uint) Constructor
Description

Constructor. Creates an BRG color with color components blue, green, and red and alpha-shading component correspondingly.

Visual Basic
Public Sub New(
    bgra As UInteger
)
C#
public PixelBGRA32(
    uint bgra
);
Parameters
Parameters 
Description 
uint bgra 
Input color of component 
Links
   Comments?