Table of Contents

Class HSLExtensions

Namespace
PAC.Colour

Extension methods for HSL.

public static class HSLExtensions
Inheritance
HSLExtensions
Inherited Members

Methods

NextHSL(Random)

Generates a random HSL by independently generating a uniformly random value in [0, 1) for each component.

public static HSL NextHSL(this Random random)

Parameters

random Random

Returns

HSL