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.
Public Structure PixelBGRA32 End Structure
public struct PixelBGRA32 { }
Comments? |