This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IG > IGeometryMaterial Interface > IGeometryMaterial.GetColor Method (ArcObjects .NET 10.4 SDK) |
Get color, red, green, blue is in range of 0.0 - 1.0.
[Visual Basic .NET] Public Sub GetColor ( _ ByRef pRed As Double, _ ByRef pGreen As Double, _ ByRef pBlue As Double _ )
[C#] public void GetColor ( ref double pRed, ref double pGreen, ref double pBlue );
[C++]
HRESULT GetColor(
double* pRed,
double* pGreen,
double* pBlue
);
[C++]
Parameters pRed [out] pRed is a parameter of type double pGreen [out] pGreen is a parameter of type double pBlue [out] pBlue is a parameter of type double