Table of Contents

Method ToRGB

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

ToRGB(IGenerator<ColorHSL>)

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

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

Parameters

source IGenerator<ColorHSL>

The source generator.

Returns

IGenerator<Color>