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

Default constructor. Components r, g and b will be set 0, and components alpha-shading will be set 255.

Visual Basic
Public Sub New()
C#
public PixelBGRA32();
Links
   Comments?