Click or drag to resize

AciColorIndexRgb Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
A dictionary that contains the indexed colors, the key represents the color index and the value the RGB components of the color.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static IReadOnlyDictionary<byte, byte[]> IndexRgb { get; }
Request Example View Source

Property Value

Type: IReadOnlyDictionaryByte, Byte
See Also