Hi, I'm trying to implement a Perlin Noise but I get very confusing output. I don't know what is the issue. I'm using the code attached to this question. I also have attached a screenshot of the output.
Ah! Color_Values[y_ind*x_ind + x_ind] is wrong, I have to use x_pixels. fixed now! :)