Class for storing single a pixel of four channel (RGBA) image.
More...
#include <Color.hpp>
Class for storing single a pixel of four channel (RGBA) image.
- Author
- krocki/tkornuta
Definition at line 55 of file Color.hpp.
mic::types::color_rgba::color_rgba |
( |
| ) |
|
|
inline |
Default constructor, zeros components.
Definition at line 69 of file Color.hpp.
References a, b, g, and r.
mic::types::color_rgba::color_rgba |
( |
uint8_t |
r_, |
|
|
uint8_t |
g_, |
|
|
uint8_t |
b_, |
|
|
uint8_t |
a_ |
|
) |
| |
|
inline |
Constructor setting up values of components to the one passed as parameters.
Definition at line 77 of file Color.hpp.
uint8_t mic::types::color_rgba::a |
uint8_t mic::types::color_rgba::b |
uint8_t mic::types::color_rgba::g |
uint8_t mic::types::color_rgba::r |
The documentation for this class was generated from the following file: