#include <image.hpp>
List of all members.
Public Member Functions |
| const_Pixel_proxy (const Image *img, unsigned y, unsigned x) noexcept |
Public Attributes |
const unsigned char & | r |
const unsigned char & | g |
const unsigned char & | b |
Detailed Description
Definition at line 80 of file image.hpp.
Constructor & Destructor Documentation
const_Pixel_proxy::const_Pixel_proxy |
( |
const Image * |
img, |
|
|
unsigned |
y, |
|
|
unsigned |
x |
|
) |
| |
Member Data Documentation
Blue value of the referenced pixel
Definition at line 83 of file image.hpp.
Green value of the referenced pixel
Definition at line 83 of file image.hpp.
Red value of the referenced pixel
Definition at line 83 of file image.hpp.
The documentation for this struct was generated from the following files: