Eyeshot 10 WinForms API Reference
RGBtoHSL Method

WinForms Assembly > devDept.Geometry Namespace > Utility Class : RGBtoHSL Method
Syntax
'Declaration
 
Public Shared Sub RGBtoHSL( _
   ByVal color As Color, _
   ByRef hslCol As Double() _
) 
public static void RGBtoHSL( 
   Color color,
   out double[] hslCol
)

Parameters

color
hslCol
See Also

Reference

Utility Class
Utility Members