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


IRgbColor.Red Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRgbColor Interface > IRgbColor.Red Property
ArcGIS Developer Help

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