I am a NEWBIE with C++ and have used SFML for a whole week
I HAVE searched the forums unsuccessfully for a solution
On Windows 10 and SFML 2.4.1 and using VS 2015
How do I change
COLORREF Colours[] = {
RGB(66, 30, 15),
RGB(25, 7, 26),
RGB(9, 1, 47),
RGB(4, 4, 73),
<<<snip>>>
RGB(204, 128, 0),
RGB(153, 87, 0),
RGB(106, 52, 3) };
to a comparable, usable SFML array? (sf::color?)
I have tried various things with my very limited experience