Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates instance of the class with the specified hue, saturation, and luminosity.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
    hue As Integer, _
    saturation As Integer, _
    luminosity As Integer _
)
public HslColor(
    int hue,
    int saturation,
    int luminosity
)
public:
HslColor(
    int hue, 
    int saturation, 
    int luminosity
)
new : 
        hue:int * 
        saturation:int * 
        luminosity:int -> HslColor
public function HslColor(
    hue : int, 
    saturation : int, 
    luminosity : int
)
Parameters
- hue 
 Type: System.Int32- starting hue value. 
- saturation 
 Type: System.Int32- starting saturation value. 
- luminosity 
 Type: System.Int32- starting luminosity value. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.