AciColorIndexRgb Property
|
A dictionary that contains the indexed colors, the key represents the color index and the value the RGB components of the color.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public static Dictionary<byte, byte[]> IndexRgb { get; }
Public Shared ReadOnly Property IndexRgb As Dictionary(Of Byte, Byte())
Get
public:
static property Dictionary<unsigned char, array<unsigned char>^>^ IndexRgb {
Dictionary<unsigned char, array<unsigned char>^>^ get ();
}
static member IndexRgb : Dictionary<byte, byte[]> with get
STATIC PROPERTY IndexRgb AS Dictionary<BYTE, BYTE[]> GET
Property Value
Type:
DictionaryByte,
ByteSee Also