Make it possible to smoothly return any color on the entirety of the line. ```javascript pointAt(.1) // |--\/-------------|-------|-------------| pointAt(.9) // |---------------|-------|------------\/-| pointAt(.5) // |---------------|---\/----|-------------| ```