ColorRGB Structure

Description

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

Visual Basic

Public Structure ColorRGB
End Structure

C#

public struct ColorRGB {
}

Links

ColorRGB Constructor, ColorRGB Properties