Table of Contents

Class Palette

Namespace
Shift.Common.Colors
Assembly
Shift.Common.dll
public static class Palette
Inheritance
Palette
Inherited Members

Methods

GenerateColorPalette(int)

public static IReadOnlyList<Color> GenerateColorPalette(int count)

Parameters

count int

Returns

IReadOnlyList<Color>

GenerateColorPalette(int, double)

public static IReadOnlyList<Color> GenerateColorPalette(int count, double saturation)

Parameters

count int
saturation double

Returns

IReadOnlyList<Color>

GenerateColorPalette(int, double, double)

public static IReadOnlyList<Color> GenerateColorPalette(int count, double saturation, double greenValue)

Parameters

count int
saturation double
greenValue double

Returns

IReadOnlyList<Color>

GenerateColorPalette(int, int)

public static IReadOnlyList<Color> GenerateColorPalette(int count, int randomSeed)

Parameters

count int
randomSeed int

Returns

IReadOnlyList<Color>

GenerateColorPalette(int, int, double)

public static IReadOnlyList<Color> GenerateColorPalette(int count, int randomSeed, double saturation)

Parameters

count int
randomSeed int
saturation double

Returns

IReadOnlyList<Color>

GenerateColorPalette(int, int, double, double)

public static IReadOnlyList<Color> GenerateColorPalette(int count, int randomSeed, double saturation, double greenValue)

Parameters

count int
randomSeed int
saturation double
greenValue double

Returns

IReadOnlyList<Color>