Table of Contents

Method GenerateRandomSaturationLuminance

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

GenerateRandomSaturationLuminance(int, float)

Generates a list of colours with given hue, random saturation and random luminance.

public static List<Color> GenerateRandomSaturationLuminance(int colorCount, float hue)

Parameters

colorCount int

The number of colors to generate.

hue float

The hue of the colors.

Returns

List<Color>

A list of generated colors.