#########
HPixelRGB
#########

.. cpp:namespace:: HPixelRGB

.. default-domain:: cpp

Functions
=========

============== =========================================================================================
..             :cpp:func:`HPixelRGB <HPixelRGB::HPixelRGB>`                                             
..             :cpp:func:`HPixelRGB <HPixelRGB::HPixelRGB>`                                             
unsigned char  :cpp:func:`r <unsigned char HPixelRGB::r() const>`                                       
unsigned char  :cpp:func:`g <unsigned char HPixelRGB::g() const>`                                       
unsigned char  :cpp:func:`b <unsigned char HPixelRGB::b() const>`                                       
void           :cpp:func:`r <void HPixelRGB::r(unsigned char const R)>`                                 
void           :cpp:func:`g <void HPixelRGB::g(unsigned char const G)>`                                 
void           :cpp:func:`b <void HPixelRGB::b(unsigned char const B)>`                                 
void           :cpp:func:`Set <void HPixelRGB::Set(unsigned char R, unsigned char G, unsigned char B)>` 
void           :cpp:func:`Setf <void HPixelRGB::Setf(float R, float G, float B)>`                       
============== =========================================================================================

.. cpp:namespace:: nullptr

Detailed Description
====================

.. doxygenclass:: HPixelRGB
   :project: mvo
   :members:
   :undoc-members:



