Utility.RGBtoHSL Method

Public Shared Sub RGBtoHSL( _ 
ByVal color As Color, _ 
ByRef hslCol As Double() _ 
)
This language is not supported or no code example is available.
public static void RGBtoHSL( 
Color color
out double[] hslCol 
)
This language is not supported or no code example is available.

Parameters

color
Color

hslCol
double[]

.NET Framework

Supported in: 4.8

In this article

Definition