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.