ArcGIS Pro 2.9 API Reference Guide
CreateHSLColor Method

ArcGIS.Core.CIM Namespace > CIMColor Class : CreateHSLColor Method
Hue
Saturation
Lightness
Alpha
Creates a new HSL color from input parameters.
Syntax
public static CIMColor CreateHSLColor( 
   double h,
   double s,
   double l,
   double alpha
)
Public Shared Function CreateHSLColor( _
   ByVal h As Double, _
   ByVal s As Double, _
   ByVal l As Double, _
   Optional ByVal alpha As Double _
) As CIMColor

Parameters

h
Hue
s
Saturation
l
Lightness
alpha
Alpha

Return Value

An HSL color
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

CIMColor Class
CIMColor Members