PhoenixPNG  0.1.0
Set of tools to ease use of png file
Loading...
Searching...
No Matches
PImagePng Member List

This is the complete list of members for PImagePng, including all inherited members.

clear()PImagePng
ColorType enum namePImagePng
copyPImagePng(const PImagePng &other)PImagePngprotected
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) constPImagePng
getColor(size_t idxWidth, size_t idxHeight, color_t &red, color_t &green, color_t &blue, color_t &alpha) constPImagePng
getData() constPImagePng
getData()PImagePng
getHeight() constPImagePng
getNbBytePerPixel() constPImagePng
getWidth() constPImagePng
initialisationPImagePng()PImagePngprivate
operator=(const PImagePng &other)PImagePng
p_bufferPImagePngprivate
p_colorTypePImagePngprivate
p_imagePImagePngprivate
p_nbBytePerPixelPImagePngprivate
PImagePng()PImagePng
PImagePng(const PImagePng &other)PImagePng
read(const PPath &fileName)PImagePng
RGB enum valuePImagePng
RGBA enum valuePImagePng
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()PImagePngvirtual