Search results

  1. B

    pls help how to make rainbow color c++

    Hello, i want to make rainbow code for all colors but this code gives me only two colors purple and green can someone post little explanation here thanks.  this is my code  static int Hex = 0xFFFF00FF; if (Hex != 0xFFFFFFFF) Hex += 0xFFFF00FF; here im using RGBA, A=alpha last one FF is...
Top