|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Reference to one pixel: coordinates plus a pointer directly into the owning Bitmap's data (no copy). More...
#include <Bitmap.h>
Public Member Functions | |
| Pixel () | |
Public Attributes | |
| uint32 | x |
| uint32 | y |
| uint32 * | value |
Reference to one pixel: coordinates plus a pointer directly into the owning Bitmap's data (no copy).
| uint32* cmlabs::Pixel::value |
Definition at line 92 of file Bitmap.h.
Referenced by cmlabs::Bitmap::getPixel(), cmlabs::Bitmap::getPixel(), cmlabs::Bitmap::getXY(), and Pixel().
| uint32 cmlabs::Pixel::x |
Definition at line 90 of file Bitmap.h.
Referenced by cmlabs::Bitmap::getPixel(), cmlabs::Bitmap::getPixel(), cmlabs::Bitmap::getXY(), and Pixel().
| uint32 cmlabs::Pixel::y |
Definition at line 91 of file Bitmap.h.
Referenced by cmlabs::Bitmap::getPixel(), cmlabs::Bitmap::getPixel(), cmlabs::Bitmap::getXY(), and Pixel().