MaterialX 1.38.9
Loading...
Searching...
No Matches
Image Member List

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

_baseType (defined in Image)Imageprotected
_channelCount (defined in Image)Imageprotected
_height (defined in Image)Imageprotected
_resourceBuffer (defined in Image)Imageprotected
_resourceBufferDeallocator (defined in Image)Imageprotected
_resourceId (defined in Image)Imageprotected
_width (defined in Image)Imageprotected
applyBoxBlur()Image
applyGammaTransform(float gamma)Image
applyGaussianBlur()Image
applyMatrixTransform(const Matrix33 &mat)Image
BaseType enum name (defined in Image)Image
copy(unsigned int channelCount, BaseType baseType) constImage
create(unsigned int width, unsigned int height, unsigned int channelCount, BaseType baseType=BaseType::UINT8)Imageinlinestatic
createResourceBuffer()Image
getAverageColor()Image
getBaseStride() constImage
getBaseType() constImageinline
getChannelCount() constImageinline
getHeight() constImageinline
getMaxMipCount() constImage
getResourceBuffer() constImageinline
getResourceBufferDeallocator() constImageinline
getResourceId() constImageinline
getRowStride() constImageinline
getTexelColor(unsigned int x, unsigned int y) constImage
getWidth() constImageinline
Image(unsigned int width, unsigned int height, unsigned int channelCount, BaseType baseType) (defined in Image)Imageprotected
isUniformColor(Color4 *uniformColor=nullptr)Image
releaseResourceBuffer()Image
setResourceBuffer(void *buffer)Imageinline
setResourceBufferDeallocator(ImageBufferDeallocator deallocator)Imageinline
setResourceId(unsigned int id)Imageinline
setTexelColor(unsigned int x, unsigned int y, const Color4 &color)Image
setUniformColor(const Color4 &color)Image
splitByLuminance(float luminance)Image
writeTable(const FilePath &filePath, unsigned int channel)Image
~Image() (defined in Image)Image