|
png++
0.2.9
|
PNG color struct extension. Adds constructors. More...
#include <color.hpp>
Public Member Functions | |
| color (byte r=0, byte g=0, byte b=0) | |
| color (png_color const &other) | |
| Initializes color with a copy of png_color object. | |
PNG color struct extension. Adds constructors.
| png::color::color | ( | byte | r = 0, |
| byte | g = 0, |
||
| byte | b = 0 |
||
| ) | [inline, explicit] |
| png::color::color | ( | png_color const & | other | ) | [inline] |
Initializes color with a copy of png_color object.
1.7.6.1