Panda3D
PNMImage Member List

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
color_spacePNMImageHeader
ColorType enum namePNMImageHeader
commentPNMImageHeader
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
copyChannelBits(const PNMImage copy, int src_channel, int dest_channel, Xelval src_mask, int right_shift)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 valuePNMImageHeader
CT_four_channel enum valuePNMImageHeader
CT_grayscale enum valuePNMImageHeader
CT_invalid enum valuePNMImageHeader
CT_two_channel enum valuePNMImageHeader
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(const Xel 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
getSize()PNMImageHeader
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)PNMImageHeaderstatic
hasReadSize()PNMImage
hasType()PNMImageHeader
indirect1dLookup(const PNMImage index_image, int channel, const PNMImage pixel_values)PNMImage
isGrayscale()PNMImageHeader
isGrayscale(PNMImageHeader::ColorType color_type)PNMImageHeaderstatic
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
maxvalPNMImageHeader
multSubImage(const PNMImage copy, int xto, int yto, int xfrom, int yfrom, int x_size, int y_size, float pixel_scale)PNMImage
num_channelsPNMImageHeader
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
perlinNoiseFill(StackedPerlinNoise2 perlin)PNMImage
perlinNoiseFill(float sx, float sy, int table_size, unsigned long int seed)PNMImage
premultiplyAlpha()PNMImage
quantize(int max_colors)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
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
sizePNMImageHeader
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(const LRGBColorf input_value)PNMImage
toVal(float input_value)PNMImage
typePNMImageHeader
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