egami
C++ Image Processing program
Public Member Functions | Public Attributes
const_Pixel_proxy Struct Reference

#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 
)

Definition at line 568 of file image.cpp.


Member Data Documentation

const unsigned char & const_Pixel_proxy::b

Blue value of the referenced pixel

Definition at line 83 of file image.hpp.

const unsigned char & const_Pixel_proxy::g

Green value of the referenced pixel

Definition at line 83 of file image.hpp.

const unsigned char& const_Pixel_proxy::r

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends