HslColor Class
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
<SerializableAttribute> _
<TypeConverterAttribute(GetType(HslColorConverter))> _
Public Class HslColor
'Usage
Dim instance As HslColor
[SerializableAttribute]
[TypeConverterAttribute(typeof(HslColorConverter))]
public class HslColor
[SerializableAttribute]
[TypeConverterAttribute(typeof(HslColorConverter))]
public ref class HslColor
public class HslColor
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.Diagrams.HslColor
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.