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

PixelBGRA32 Structure, Autodesk.AutoCAD.GraphicsInterface Namespace