This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Structures > R > RGB32 Structure (ArcObjects .NET 10.4 SDK) |
RGB color.
[Visual Basic .NET] Public Sub New ( _ Red As Integer, Green As Integer, Blue As Integer )
[C#] public RGB32 { int Red, int Green, int Blue )
[C++]
typedef struct RGB32 {
long Red;
long Green;
long Blue; } RGB32;