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


IRgbColor.Blue Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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(
  long Blue
);
[C++]

Parameters Blue [out, retval] Blue 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.

Description

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

See Also

IRgbColor Interface

.NET Snippets

Create Picture Marker Symbol | Create RGBColor

.NET Related Topics

Working with the editor snap environment