Method UniformOffset
UniformOffset(Color, float)
Creates a color generator that generates colors randomly offset from a given color.
public static IGenerator<Color> UniformOffset(Color color, float maxChannelOffset)
Parameters
color
ColorThe color to base the generated colors on.
maxChannelOffset
floatThe maximum value the offset can be in any channel.