Pixel

closed account (jyU4izwU)
Code For one Pixel plz... and maby a little drawing of somthing using pixels. Thx

 
  //no code yet 
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.