Table of Contents

Method UniformRandomWalk

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

UniformRandomWalk(Color, float)

Creates a generator that generates colors as a random walk from a given color.

public static IGenerator<Color> UniformRandomWalk(Color color, float maxChannelOffset)

Parameters

color Color

The color to start the random walk at.

maxChannelOffset float

The maximum channel offset.

Returns

IGenerator<Color>