cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Pixel
Pixel
May 26, 2013 at 7:47pm UTC
closed account (
jyU4izwU
)
Code For one Pixel plz... and maby a little drawing of somthing using pixels. Thx
//no code yet
May 26, 2013 at 8:03pm UTC
MiiNiPaa
(8886)
ibranext
wrote:
Code For one Pixel plz
1
2
3
4
5
6
struct
Pixel { uint8_t R; uint8_t G; uint8_t B; }
ibranext
wrote:
a little drawing of somthing using pixels
http://sfml-dev.org/tutorials/2.0/graphics-draw.php
[/sarcasm]
Topic archived. No new replies allowed.