Share

PixelBGRA32 Structure

Description

This .NET struct wraps the AcGiPixelBGRA32 ObjectARX class.

This is a color struct for storing the color with a red, green, and blue components, with alpha shading, in an int-precision format.

C#

public struct PixelBGRA32 {
}

Visual Basic

Public Structure PixelBGRA32
End Structure

Links

PixelBGRA32 Constructor, PixelBGRA32 Methods, PixelBGRA32 Properties

Was this information helpful?