Share

PixelBGRA32.PixelBGRA32(uint) Constructor

Description

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

C#

public PixelBGRA32(
    uint bgra
);

Visual Basic

Public Sub New(
    bgra As UInteger
)

Parameters

Parameters Description
uint bgra Input color of component

Links

PixelBGRA32 Structure, Autodesk.AutoCAD.GraphicsInterface Namespace

Was this information helpful?