This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalystUI > ESRI.ArcGIS.TrackingAnalystUI > Structures > T > tagPALETTEENTRY Structure (ArcObjects .NET 10.5 SDK) |
[Visual Basic .NET] Public Sub New ( _ peRed As Byte, peGreen As Byte, peBlue As Byte, peFlags As Byte )
[C#] public tagPALETTEENTRY { Byte peRed, Byte peGreen, Byte peBlue, Byte peFlags )
[C++]
typedef struct tagPALETTEENTRY {
Byte peRed;
Byte peGreen;
Byte peBlue;
Byte peFlags; } tagPALETTEENTRY;