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


IRgbColor.Blue 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.Blue Property
ArcGIS Developer Help

IRgbColor.Blue Property

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

[Visual Basic .NET]
Public Property Blue As Integer
[C#]
public int Blue {get; set;}
[C++]
HRESULT get_Blue(
  long Blue
);
[C++]
HRESULT put_Blue(
  System.Int32* Blue
);
[C++]
Parameters
Blue [in]

Blue is a parameter of type long Blue [out, retval]
Blue is a parameter of type long*

Product Availability

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

Description

Blue is the value of the blue component of a RGBColor object. The valid value range is 0-255.

See Also

IRgbColor Interface