Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - pataroose

Pages: [1]
1
D / Issues with Sprite.color
« on: December 28, 2013, 05:26:24 am »
Sprite spr = new Sprite();
spr.color = Color(123, 123, 123);
writeln(spr.color);

The code above prints out a color with the default 255 for all values. I've poked around DSFML's source code and it's not readily apparent why this is happening, but it seems that, for me at least, the entire feature is broken; colorization simply does not work. I am using the latest build.

Any ideas as to what's going on / how to fix? Thanks.

Pages: [1]