Method UniformRandomWalk
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
- colorColor
- The color to start the random walk at. 
- maxChannelOffsetfloat
- The maximum channel offset.