Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates instance of the class with the specified hue, saturation, and luminosity.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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.