CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
cmlabs::Pixel Class Reference

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

Detailed Description

Reference to one pixel: coordinates plus a pointer directly into the owning Bitmap's data (no copy).

Definition at line 87 of file Bitmap.h.

Constructor & Destructor Documentation

◆ Pixel()

cmlabs::Pixel::Pixel ( )
inline

Definition at line 89 of file Bitmap.h.

References value, x, and y.

Member Data Documentation

◆ value

uint32* cmlabs::Pixel::value

◆ x

uint32 cmlabs::Pixel::x

◆ y

uint32 cmlabs::Pixel::y

The documentation for this class was generated from the following file:
  • /home/ubuntu/c/partner/psyclone2/CMSDK/include/Bitmap.h