Utility.HSLtoRGB Method

Public Shared Function HSLtoRGB( _ 
ByVal hsvCol As Double() _ 
) As Color
This language is not supported or no code example is available.
public static Color HSLtoRGB( 
double[] hsvCol 
)
This language is not supported or no code example is available.

Parameters

hsvCol
double[]

Return Value

Color

.NET Framework

Supported in: 4.8

In this article

Definition