RainbowSnakes

constructor()
constructor(startHue: Float, stopHue: Float)
constructor(startHue: Float, stopHue: Float, numberOfSnakes: Int)
constructor(startHue: Float, stopHue: Float, numberOfSnakes: Int, snakeLength: Int)
constructor(startHue: Float, stopHue: Float, numberOfSnakes: Int, snakeLength: Int, spacingBetween: Int)
constructor(startHue: Float, stopHue: Float, numberOfSnakes: Int, snakeLength: Int, spacingBetween: Int, repeatAfter: Int)
constructor(startHue: Float, stopHue: Float, numberOfSnakes: Int, snakeLength: Int, spacingBetween: Int, repeatAfter: Int, backgroundColor: Color)
constructor(startHue: Float, stopHue: Float, numberOfSnakes: Int, snakeLength: Int, spacingBetween: Int, repeatAfter: Int, backgroundColor: Color, speed: Float)
constructor(startHue: Float, stopHue: Float, numberOfSnakes: Int, snakeLength: Int, spacingBetween: Int, repeatAfter: Int, backgroundColor: Color, speed: Float, direction: Direction)