Click or drag to resize

ColorSet_nameToIndexDictionary Field

Lazily created lookup from color name to item index.

Namespace: Altaxo.Drawing.ColorManagement
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected Lazy<Dictionary<string, int>> _nameToIndexDictionary

Field Value

LazyDictionaryString, Int32
See Also