ColorRGBA Structure

Description

This .NET class wraps the AcGiColorRGBA ObjectARX class. It's a Color class for storing the color with a red, green, and blue components, with alpha shading, in double-precision format.

Visual Basic

Public Structure ColorRGBA
End Structure

C#

public struct ColorRGBA {
}

Links

ColorRGBA Constructor, ColorRGBA Properties