public static void ColorToHSL( System.Drawing.Color c, ref System.float hue, ref System.float sat, ref System.float lum )
'Declaration
Public Shared Sub ColorToHSL( _ ByVal c As System.Drawing.Color, _ ByRef hue As System.Single, _ ByRef sat As System.Single, _ ByRef lum As System.Single _ )
'Usage
Dim c As System.Drawing.Color Dim hue As System.Single Dim sat As System.Single Dim lum As System.Single NColorHelper.ColorToHSL(c, hue, sat, lum)
Parameters
- c
- hue
- sat
- lum