[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Ein Dictionary für bekannte Farbräume.

Namespace: DynamicNode.Types.Imaging
Assembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)

Syntax

C#
public static IDictionary<RgbColorSpaceName, RgbColorSpace> ByName { get; }
Visual Basic
Public Shared ReadOnly Property ByName As IDictionary(Of RgbColorSpaceName, RgbColorSpace)
	Get
F#
static member ByName : IDictionary<RgbColorSpaceName, RgbColorSpace>

See Also