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
colorColorThe color to start the random walk at.
maxChannelOffsetfloatThe maximum channel offset.