The red color component.
[Visual Basic .NET] Public Sub SetColor ( _ ByVal Red As Integer, _ ByVal Green As Integer, _ ByVal Blue As Integer _ )
[C#] public void SetColor ( int Red, int Green, int Blue );
[C++]
HRESULT SetColor(
long Red,
long Green,
long Blue
);
[C++]Parameters
Red [in] Red is a parameter of type long Green [in] Green is a parameter of type long Blue [in] Blue is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.