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
- colorColor
- The color to base the generated colors on. 
- maxChannelOffsetfloat
- The maximum value the offset can be in any channel.