Holds a pixel decomposition specification along with some methods for manipulation. More...
#include <pixel.h>
Public Member Functions | |
| void | apply (const Pixel &rhs) |
| bool | operator== (const Pixel &rhs) const |
| bool | operator!= (const Pixel &rhs) const |
| void | invalidate () |
| void | validate () |
| bool | isValid () const |
Constructors | |
| Pixel () | |
| Pixel (const uint32_t x_, const uint32_t y_, const uint32_t w_, const uint32_t h_) | |
Public Attributes | |
| uint32_t | x |
| uint32_t | y |
| uint32_t | w |
| uint32_t | h |
Static Public Attributes | |
| static const Pixel | ALL |
Holds a pixel decomposition specification along with some methods for manipulation.
The w, h size determines how many contributors are sending pixels to the destination. The x, y index determines the pixel of the contributor within the decomposition pixel.
Definition at line 37 of file pixel.h.
0.9.1 by
1.6.1