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
color
ColorThe color to start the random walk at.
maxChannelOffset
floatThe maximum channel offset.