Color.

HSL() Method

Summary

Generates an array of HSL values.
Namespace
Faker
Containing Type
Color

Syntax

public static double[] HSL()

Remarks

The generated double is an array of fixed length of 3.

Return Value

Type Description
double[] An array of HSL values.
GitHub