![]() |
PhoenixPNG
0.1.0
Set of tools to ease use of png file
|
This is the complete list of members for PImagePng, including all inherited members.
clear() | PImagePng | |
ColorType enum name | PImagePng | |
copyPImagePng(const PImagePng &other) | PImagePng | protected |
createImage(size_t width, size_t height, PImagePng::ColorType colorType=PImagePng::RGB) | PImagePng | |
fill(color_t red, color_t green, color_t blue, color_t alpha=255) | PImagePng | |
getColor(size_t idxWidth, size_t idxHeight, color_t &red, color_t &green, color_t &blue) const | PImagePng | |
getColor(size_t idxWidth, size_t idxHeight, color_t &red, color_t &green, color_t &blue, color_t &alpha) const | PImagePng | |
getData() const | PImagePng | |
getData() | PImagePng | |
getHeight() const | PImagePng | |
getNbBytePerPixel() const | PImagePng | |
getWidth() const | PImagePng | |
initialisationPImagePng() | PImagePng | private |
operator=(const PImagePng &other) | PImagePng | |
p_buffer | PImagePng | private |
p_colorType | PImagePng | private |
p_image | PImagePng | private |
p_nbBytePerPixel | PImagePng | private |
PImagePng() | PImagePng | |
PImagePng(const PImagePng &other) | PImagePng | |
read(const PPath &fileName) | PImagePng | |
RGB enum value | PImagePng | |
RGBA enum value | PImagePng | |
setColor(size_t idxWidth, size_t idxHeight, color_t red, color_t green, color_t blue) | PImagePng | |
setColor(size_t idxWidth, size_t idxHeight, color_t red, color_t green, color_t blue, color_t alpha) | PImagePng | |
setColor(const T *matValue, size_t nbRow, size_t nbCol, const PColorMap &colorMap) | PImagePng | |
write(const PPath &fileName) | PImagePng | |
~PImagePng() | PImagePng | virtual |