So i'm trying to create infinite rainbow line. Here ColorUtils class
There were too many things going wrong with your original code, but don't use async
/await
, don't forget to dispose disposables, don't forget to compute the actual line you're trying to draw, use yield return
to get your rainbow colours, etc.