This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRgbColor Interface > IRgbColor.Blue Property (ArcObjects .NET 10.5 SDK) |
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