HSBtoHSL Method
From Kaliko Image Library
Kaliko.ImageLibrary
HSBtoHSL Method
Converts HSB to HSL.
Syntax
'DeclarationPublic Shared Function HSBtoHSL( _ ByVal h As System.Double, _ ByVal s As System.Double, _ ByVal b As System.Double _ ) As HSL
'UsageDim h As System.Double Dim s As System.Double Dim b As System.Double Dim value As HSL value = ColorSpaceHelper.HSBtoHSL(h, s, b)
Parameters
- h
- s
- b
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also