PixelBGRA32 Structure

Visual Basic
Public Structure PixelBGRA32
End Structure
C#
public struct PixelBGRA32 {
}
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.

Links