1
General / Re: How to I change an RGB( array to usuable SFML array?
« on: December 03, 2016, 12:04:21 pm »
Thanks for the clarification eXpl0it3r
I used the first form first then to get my modification to work I used the second form. Being a NEWBIE I didn't know why I maybe wrong but I THINK I did try the first form but got compile errors (with VS 2015). The errors went away when I changed the sf::Color to sf::Color::Color. Again I don't know why?
Which SHOULD I aim to use and why?
My array has over 250 occurrences so how would I use the first form and not include the count of occurrences? Just leave off the ", 3"?
I used the first form first then to get my modification to work I used the second form. Being a NEWBIE I didn't know why I maybe wrong but I THINK I did try the first form but got compile errors (with VS 2015). The errors went away when I changed the sf::Color to sf::Color::Color. Again I don't know why?
Which SHOULD I aim to use and why?
My array has over 250 occurrences so how would I use the first form and not include the count of occurrences? Just leave off the ", 3"?