Table of Contents

Method ToHSL

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

ToHSL(IGenerator<Color>)

Creates a generator that generates HSL colors from a given color generator.

public static IGenerator<ColorHSL> ToHSL(this IGenerator<Color> source)

Parameters

source IGenerator<Color>

The source generator.

Returns

IGenerator<ColorHSL>