ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMColor Class / CreateHSLColor Method
Hue
Saturation
Lightness
Alpha

CreateHSLColor Method
Creates a new HSL color from input parameters.
Syntax
public static CIMColor CreateHSLColor( 
   double h,
   double s,
   double l,
   double alpha
)

Parameters

h
Hue
s
Saturation
l
Lightness
alpha
Alpha

Return Value

An HSL color
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also