MaterialX 1.39.1
|
This is the complete list of members for Image, including all inherited members.
_baseType (defined in Image) | Image | protected |
_channelCount (defined in Image) | Image | protected |
_height (defined in Image) | Image | protected |
_resourceBuffer (defined in Image) | Image | protected |
_resourceBufferDeallocator (defined in Image) | Image | protected |
_resourceId (defined in Image) | Image | protected |
_width (defined in Image) | Image | protected |
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) const | Image | |
create(unsigned int width, unsigned int height, unsigned int channelCount, BaseType baseType=BaseType::UINT8) | Image | inlinestatic |
createResourceBuffer() | Image | |
getAverageColor() | Image | |
getBaseStride() const | Image | |
getBaseType() const | Image | inline |
getChannelCount() const | Image | inline |
getHeight() const | Image | inline |
getMaxMipCount() const | Image | |
getResourceBuffer() const | Image | inline |
getResourceBufferDeallocator() const | Image | inline |
getResourceId() const | Image | inline |
getRowStride() const | Image | inline |
getTexelColor(unsigned int x, unsigned int y) const | Image | |
getWidth() const | Image | inline |
Image(unsigned int width, unsigned int height, unsigned int channelCount, BaseType baseType) (defined in Image) | Image | protected |
isUniformColor(Color4 *uniformColor=nullptr) | Image | |
releaseResourceBuffer() | Image | |
setResourceBuffer(void *buffer) | Image | inline |
setResourceBufferDeallocator(ImageBufferDeallocator deallocator) | Image | inline |
setResourceId(unsigned int id) | Image | inline |
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 |