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

Constructor. Creates an RGB color with color components r, g, and b and alpha-shading component a correspondingly.

Visual Basic
Public Sub New(
    blue As byte, 
    green As byte, 
    red As byte, 
    alpha As byte
)
C#
public PixelBGRA32(
    byte blue, 
    byte green, 
    byte red, 
    byte alpha
);
Parameters
Parameters 
Description 
byte blue 
Input color blue component 
byte green 
Input color green component 
byte red 
Input color red component 
byte alpha 
Input color alpha-shading component 
Links
   Comments?