The red color component.
[Visual Basic .NET] Public Sub GetColor ( _ ByRef pRed As Integer, _ ByRef pGreen As Integer, _ ByRef pBlue As Integer _ )
[C#] public void GetColor ( ref int pRed, ref int pGreen, ref int pBlue );
[C++]
HRESULT GetColor(
long* pRed,
long* pGreen,
long* pBlue
);
[C++]Parameters
pRed [out] pRed is a parameter of type long pGreen [out] pGreen is a parameter of type long pBlue [out] pBlue is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Retrieves the red, green and blue color values of the point.
pRed is the red color component.
pGreen is the green color component.
pBlue is the blue color component.