Panda3D
|
This is the complete list of members for PNMImage, including all inherited members.
__init__() | PNMImage | |
__init__(const Filename filename, PNMFileType type) | PNMImage | |
__init__(const PNMImage copy) | PNMImage | |
__init__(int x_size, int y_size, int num_channels, Xelval maxval, PNMFileType type, ColorSpace color_space) | PNMImage | |
panda3d::core::PNMImageHeader::__init__(const PNMImageHeader copy) | PNMImageHeader | |
addAlpha() | PNMImage | |
addSubImage(const PNMImage copy, int xto, int yto, int xfrom, int yfrom, int x_size, int y_size, float pixel_scale) | PNMImage | |
alphaFill(float alpha) | PNMImage | |
alphaFillVal(Xelval alpha) | PNMImage | |
applyExponent(float gray_exponent) | PNMImage | |
applyExponent(float gray_exponent, float alpha_exponent) | PNMImage | |
applyExponent(float red_exponent, float green_exponent, float blue_exponent) | PNMImage | |
applyExponent(float red_exponent, float green_exponent, float blue_exponent, float alpha_exponent) | PNMImage | |
blend(int x, int y, const LRGBColorf val, float alpha) | PNMImage | |
blend(int x, int y, float r, float g, float b, float alpha) | PNMImage | |
blendSubImage(const PNMImage copy, int xto, int yto, int xfrom, int yfrom, int x_size, int y_size, float pixel_scale) | PNMImage | |
boxFilter(float radius) | PNMImage | |
boxFilterFrom(float radius, const PNMImage copy) | PNMImage | |
clampVal(int input_value) | PNMImage | |
clear() | PNMImage | |
clear(int x_size, int y_size, int num_channels, Xelval maxval, PNMFileType type, ColorSpace color_space) | PNMImage | |
clearReadSize() | PNMImage | |
ColorType enum name | PNMImageHeader | |
copyChannel(const PNMImage copy, int src_channel, int dest_channel) | PNMImage | |
copyChannel(const PNMImage copy, int xto, int yto, int cto, int xfrom, int yfrom, int cfrom, int x_size, int y_size) | PNMImage | |
copyFrom(const PNMImage copy) | PNMImage | |
copyHeaderFrom(const PNMImageHeader header) | PNMImage | |
copySubImage(const PNMImage copy, int xto, int yto, int xfrom, int yfrom, int x_size, int y_size) | PNMImage | |
CT_color enum value | PNMImageHeader | |
CT_four_channel enum value | PNMImageHeader | |
CT_grayscale enum value | PNMImageHeader | |
CT_invalid enum value | PNMImageHeader | |
CT_two_channel enum value | PNMImageHeader | |
darkenSubImage(const PNMImage copy, int xto, int yto, int xfrom, int yfrom, int x_size, int y_size, float pixel_scale) | PNMImage | |
doFillDistance(int xi, int yi, int d) | PNMImage | |
expandBorder(int left, int right, int bottom, int top, const LColorf color) | PNMImage | |
fill(float gray) | PNMImage | |
fill(float red, float green, float blue) | PNMImage | |
fillDistanceInside(const PNMImage mask, float threshold, int radius, bool shrink_from_border) | PNMImage | |
fillDistanceOutside(const PNMImage mask, float threshold, int radius) | PNMImage | |
fillVal(Xelval gray) | PNMImage | |
fillVal(Xelval red, Xelval green, Xelval blue) | PNMImage | |
flip(bool flip_x, bool flip_y, bool transpose) | PNMImage | |
fromAlphaVal(Xelval input_value) | PNMImage | |
fromVal(Xelval input_value) | PNMImage | |
gammaCorrect(float from_gamma, float to_gamma) | PNMImage | |
gammaCorrectAlpha(float from_gamma, float to_gamma) | PNMImage | |
gaussianFilter(float radius) | PNMImage | |
gaussianFilterFrom(float radius, const PNMImage copy) | PNMImage | |
getAlpha(int x, int y) | PNMImage | |
getAlphaVal(int x, int y) | PNMImage | |
getAverageGray() | PNMImage | |
getAverageXel() | PNMImage | |
getAverageXelA() | PNMImage | |
getBlue(int x, int y) | PNMImage | |
getBlueVal(int x, int y) | PNMImage | |
getBright(int x, int y) | PNMImage | |
getBright(int x, int y, float rc, float gc, float bc) | PNMImage | |
getBright(int x, int y, float rc, float gc, float bc, float ac) | PNMImage | |
getChannel(int x, int y, int channel) | PNMImage | |
getChannelVal(int x, int y, int channel) | PNMImage | |
getColorSpace() | PNMImage | |
getColorType() | PNMImageHeader | |
getComment() | PNMImageHeader | |
getGray(int x, int y) | PNMImage | |
getGrayVal(int x, int y) | PNMImage | |
getGreen(int x, int y) | PNMImage | |
getGreenVal(int x, int y) | PNMImage | |
getMaxval() | PNMImageHeader | |
getNumChannels() | PNMImageHeader | |
getPixel(int x, int y) | PNMImage | |
getReadXSize() | PNMImage | |
getReadYSize() | PNMImage | |
getRed(int x, int y) | PNMImage | |
getRedVal(int x, int y) | PNMImage | |
getType() | PNMImageHeader | |
getXel(int x, int y) | PNMImage | |
getXelA(int x, int y) | PNMImage | |
getXelVal(int x, int y) | PNMImage | |
getXelVal(int x, int y) | PNMImage | |
getXSize() | PNMImageHeader | |
getYSize() | PNMImageHeader | |
hasAlpha() | PNMImageHeader | |
hasAlpha(PNMImageHeader::ColorType color_type) | PNMImageHeader | static |
hasReadSize() | PNMImage | |
hasType() | PNMImageHeader | |
HistMap typedef | PNMImageHeader | |
isGrayscale() | PNMImageHeader | |
isGrayscale(PNMImageHeader::ColorType color_type) | PNMImageHeader | static |
isValid() | PNMImage | |
lightenSubImage(const PNMImage copy, int xto, int yto, int xfrom, int yfrom, int x_size, int y_size, float pixel_scale) | PNMImage | |
makeGrayscale() | PNMImage | |
makeGrayscale(float rc, float gc, float bc) | PNMImage | |
makeHistogram(PNMImageHeader::Histogram hist) | PNMImage | |
makeReader(const Filename filename, PNMFileType type, bool report_unknown_type) | PNMImageHeader | |
makeReader(Istream file, bool owns_file, const Filename filename, str magic_number, PNMFileType type, bool report_unknown_type) | PNMImageHeader | |
makeRgb() | PNMImage | |
makeWriter(const Filename filename, PNMFileType type) | PNMImageHeader | |
makeWriter(Ostream file, bool owns_file, const Filename filename, PNMFileType type) | PNMImageHeader | |
multSubImage(const PNMImage copy, int xto, int yto, int xfrom, int yfrom, int x_size, int y_size, float pixel_scale) | PNMImage | |
operator*(const LColorf other) | PNMImage | |
operator*(const PNMImage other) | PNMImage | |
operator*(float multiplier) | PNMImage | |
operator*=(const LColorf other) | PNMImage | |
operator*=(const PNMImage other) | PNMImage | |
operator*=(float multiplier) | PNMImage | |
operator+(const LColorf other) | PNMImage | |
operator+(const PNMImage other) | PNMImage | |
operator+=(const LColorf other) | PNMImage | |
operator+=(const PNMImage other) | PNMImage | |
operator-(const LColorf other) | PNMImage | |
operator-(const PNMImage other) | PNMImage | |
operator-=(const LColorf other) | PNMImage | |
operator-=(const PNMImage other) | PNMImage | |
operator=(const PNMImage copy) | PNMImage | |
panda3d::core::PNMImageHeader::operator=(const PNMImageHeader copy) | PNMImageHeader | |
operator[](int y) | PNMImage | |
operator[](int y) | PNMImage | |
operator~() | PNMImage | |
output(Ostream out) | PNMImageHeader | |
Palette typedef | PNMImageHeader | |
perlinNoiseFill(StackedPerlinNoise2 perlin) | PNMImage | |
perlinNoiseFill(float sx, float sy, int table_size, unsigned long int seed) | PNMImage | |
PixelCount typedef | PNMImageHeader | |
premultiplyAlpha() | PNMImage | |
quickFilterFrom(const PNMImage copy, int xborder, int yborder) | PNMImage | |
read(const Filename filename, PNMFileType type, bool report_unknown_type) | PNMImage | |
read(PNMReader reader) | PNMImage | |
read(Istream data, str filename, PNMFileType type, bool report_unknown_type) | PNMImage | |
readHeader(const Filename filename, PNMFileType type, bool report_unknown_type) | PNMImageHeader | |
readHeader(Istream data, str filename, PNMFileType type, bool report_unknown_type) | PNMImageHeader | |
readMagicNumber(Istream file, String magic_number, int num_bytes) | PNMImageHeader | static |
remixChannels(const LMatrix4 conv) | PNMImage | |
removeAlpha() | PNMImage | |
renderSpot(const LColorf fg, const LColorf bg, float min_radius, float max_radius) | PNMImage | |
rescale(float min_val, float max_val) | PNMImage | |
reverseRows() | PNMImage | |
setAlpha(int x, int y, float a) | PNMImage | |
setAlphaVal(int x, int y, Xelval a) | PNMImage | |
setBlue(int x, int y, float b) | PNMImage | |
setBlueVal(int x, int y, Xelval b) | PNMImage | |
setChannel(int x, int y, int channel, float value) | PNMImage | |
setChannelVal(int x, int y, int channel, Xelval value) | PNMImage | |
setColorSpace(ColorSpace color_space) | PNMImage | |
setColorType(PNMImageHeader::ColorType color_type) | PNMImage | |
setComment(str comment) | PNMImageHeader | |
setGray(int x, int y, float gray) | PNMImage | |
setGrayVal(int x, int y, Xelval gray) | PNMImage | |
setGreen(int x, int y, float g) | PNMImage | |
setGreenVal(int x, int y, Xelval g) | PNMImage | |
setMaxval(Xelval maxval) | PNMImage | |
setNumChannels(int num_channels) | PNMImage | |
setPixel(int x, int y, const PNMImageHeader::PixelSpec pixel) | PNMImage | |
setReadSize(int x_size, int y_size) | PNMImage | |
setRed(int x, int y, float r) | PNMImage | |
setRedVal(int x, int y, Xelval r) | PNMImage | |
setType(PNMFileType type) | PNMImageHeader | |
setXel(int x, int y, const LRGBColorf value) | PNMImage | |
setXel(int x, int y, float gray) | PNMImage | |
setXel(int x, int y, float r, float g, float b) | PNMImage | |
setXelA(int x, int y, const LColorf value) | PNMImage | |
setXelA(int x, int y, float r, float g, float b, float a) | PNMImage | |
setXelVal(int x, int y, const Xel value) | PNMImage | |
setXelVal(int x, int y, Xelval gray) | PNMImage | |
setXelVal(int x, int y, Xelval r, Xelval g, Xelval b) | PNMImage | |
takeFrom(PNMImage orig) | PNMImage | |
threshold(const PNMImage select_image, int channel, float threshold, const PNMImage lt, const PNMImage ge) | PNMImage | |
toAlphaVal(float input_value) | PNMImage | |
toVal(float input_value) | PNMImage | |
unfilteredStretchFrom(const PNMImage copy) | PNMImage | |
unpremultiplyAlpha() | PNMImage | |
write(const Filename filename, PNMFileType type) | PNMImage | |
write(PNMWriter writer) | PNMImage | |
write(Ostream data, str filename, PNMFileType type) | PNMImage |