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


IRgbColor.Red Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Display)  

IRgbColor.Red Property

The red component of an IRgbColor (0-255).

[Visual Basic .NET]
Public Property Red As Integer
[C#]
public int Red {get; set;}
[C++]
HRESULT get_Red(
  long Red
);
[C++]
HRESULT put_Red(
  System.Int32* Red
);
[C++]

Parameters Red [in]
Red is a parameter of type long Red [out, retval]
Red is a parameter of type long*

Product Availability

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

Description

Red is the value of the red component of a RGBColor object. The valid value range is 0-255.

See Also

IRgbColor Interface

.NET Snippets

Draw Polyline | Draw Polygon | Create Picture Marker Symbol | Create RGBColor