HslColor Constructor (Int32, Int32, Int32)

 

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)

public:
HslColor(
	int hue,
	int saturation,
	int luminosity
)

Parameters

hue
Type: System::Int32

starting hue value.

saturation
Type: System::Int32

starting saturation value.

luminosity
Type: System::Int32

starting luminosity value.

Return to top
Show: