|
PSYQo
|
#include <primitives.hh>
Public Member Functions | |
| Pixel (Color c) | |
| void | setColor (Color c) |
Public Attributes | |
| Vertex | position |
The Pixel primitive.
This primitive will draw a single pixel. The position member specifies the location within the screen where the pixel will be drawn. The color is specified by the constructor parameter, or the setColor method.