This document is archived and information here might be outdated.  Recommended version.


RGB32 Structure (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

RGB32 Structure

RGB color.

Syntax

[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;

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.