Share

AcGiPixelBGRA32 Constructor

Overload List

Method Description
AcGiPixelBGRA32::AcGiPixelBGRA32 () Default constructor. Components r, g and b will be set 0, and components alpha-shading will be set 255.
AcGiPixelBGRA32::AcGiPixelBGRA32 (Adesk::UInt32) Constructor. Creates an BRG color with color components blue, green, and red and alpha-shading component correspondingly.
AcGiPixelBGRA32::AcGiPixelBGRA32 (Adesk::UInt8, Adesk::UInt8, Adesk::UInt8, Adesk::UInt8)Constructor. Creates an RGB color with color components r, g, and b and alpha-shading component a correspondingly.

Was this information helpful?