Click or drag to resize

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; }

Property Value

Type: DictionaryByte, Byte
See Also