VRay SDK for C++
Loading...
Searching...
No Matches
VRay::VRayImage Member List

This is the complete list of members for VRay::VRayImage, including all inherited members.

addColor(const Color &color) (defined in VRay::VRayImage)VRay::VRayImage
addColor(const AColor &color) (defined in VRay::VRayImage)VRay::VRayImage
bgr_byte enum valueVRay::VRayImage
bgra_byte enum value (defined in VRay::VRayImage)VRay::VRayImage
calculateWhiteBalanceMultiplier(WhiteBalanceMode mode) constVRay::VRayImage
changeContrast(float contrast) (defined in VRay::VRayImage)VRay::VRayImage
changeExposure(float ev) (defined in VRay::VRayImage)VRay::VRayImage
changeGamma(float gamma)VRay::VRayImage
changeSRGB(bool apply=true)VRay::VRayImage
clone() const (defined in VRay::VRayImage)VRay::VRayImage
compressToBmp(bool preserveAlpha=false, bool swapChannels=false) constVRay::VRayImage
compressToBmp(size_t &size, bool preserveAlpha=false, bool swapChannels=false) constVRay::VRayImage
compressToBmp(const VRayRenderer &renderer, bool preserveAlpha=false, bool swapChannels=false) constVRay::VRayImage
compressToBmp(size_t &size, const VRayRenderer &renderer, bool preserveAlpha=false, bool swapChannels=false) constVRay::VRayImage
compressToJpeg(int quality=0) constVRay::VRayImage
compressToJpeg(size_t &size, int quality=0) constVRay::VRayImage
compressToJpeg(const VRayRenderer &renderer, int quality=0) constVRay::VRayImage
compressToJpeg(size_t &size, const VRayRenderer &renderer, int quality=0) constVRay::VRayImage
compressToPng(bool preserveAlpha=false) constVRay::VRayImage
compressToPng(size_t &size, bool preserveAlpha=false) constVRay::VRayImage
compressToPng(const VRayRenderer &renderer, bool preserveAlpha=false) constVRay::VRayImage
compressToPng(size_t &size, const VRayRenderer &renderer, bool preserveAlpha=false) constVRay::VRayImage
create(int width, int height) (defined in VRay::VRayImage)VRay::VRayImagestatic
createFromBmp(const void *buffer, size_t size=0)VRay::VRayImagestatic
createFromBmp(const VRayRenderer &renderer, const void *buffer, size_t size=0)VRay::VRayImagestatic
createFromJpeg(const void *buffer, size_t size)VRay::VRayImagestatic
createFromJpeg(const VRayRenderer &renderer, const void *buffer, size_t size)VRay::VRayImagestatic
createFromPng(const void *buffer, size_t size)VRay::VRayImagestatic
createFromPng(const VRayRenderer &renderer, const void *buffer, size_t size)VRay::VRayImagestatic
createFromRawData(const void *buffer, size_t size, IntList_DataType dataType, int width, int height)VRay::VRayImagestatic
draw(const VRayImage *image, int x, int y, DrawMode mode=DRAW_MODE_COPY)VRay::VRayImage
DRAW_MODE_BLEND_FAST enum valueVRay::VRayImage
DRAW_MODE_COPY enum valueVRay::VRayImage
DrawMode enum nameVRay::VRayImage
getCropped(int x, int y, int width, int height) constVRay::VRayImage
getCutIn(int width, int height) constVRay::VRayImage
getDownscaled(int width, int height) constVRay::VRayImage
getDownscaledCropped(int srcX, int srcY, int srcWidth, int srcHeight, int dstWidth, int dstHeight) constVRay::VRayImage
getFitIn(int width, int height) constVRay::VRayImage
getFitOut(int width, int height) constVRay::VRayImage
getGamma() constVRay::VRayImage
getHeight() const (defined in VRay::VRayImage)VRay::VRayImage
getPixelData()VRay::VRayImage
getPixelData(size_t &count)VRay::VRayImage
getPixelData() constVRay::VRayImage
getPixelData(size_t &count) constVRay::VRayImage
getResized(int width, int height) constVRay::VRayImage
getResizedCropped(int srcX, int srcY, int srcWidth, int srcHeight, int dstWidth, int dstHeight) constVRay::VRayImage
getSize(int &width, int &height) const (defined in VRay::VRayImage)VRay::VRayImage
getWidth() const (defined in VRay::VRayImage)VRay::VRayImage
IntList_DataType enum nameVRay::VRayImage
load(const char *fileName)VRay::VRayImagestatic
load(const std::string &fileName)VRay::VRayImagestatic
loadSize(const char *fileName, int &width, int &height)VRay::VRayImagestatic
loadSize(const std::string &fileName, int &width, int &height)VRay::VRayImagestatic
makeNegative() (defined in VRay::VRayImage)VRay::VRayImage
mulColor(const AColor &color) (defined in VRay::VRayImage)VRay::VRayImage
operator delete(void *bmp) (defined in VRay::VRayImage)VRay::VRayImage
rgba_16bit enum valueVRay::VRayImage
rgba_float enum valueVRay::VRayImage
saveToBmp(const char *fileName, bool preserveAlpha=false, bool swapChannels=false) const (defined in VRay::VRayImage)VRay::VRayImage
saveToBmp(const char *fileName, const VRayRenderer &renderer, bool preserveAlpha=false, bool swapChannels=false) const (defined in VRay::VRayImage)VRay::VRayImage
saveToBmp(const std::string &fileName, bool preserveAlpha=false, bool swapChannels=false) const (defined in VRay::VRayImage)VRay::VRayImage
saveToBmp(const std::string &fileName, const VRayRenderer &renderer, bool preserveAlpha=false, bool swapChannels=false) const (defined in VRay::VRayImage)VRay::VRayImage
saveToExr(const char *fileName) const (defined in VRay::VRayImage)VRay::VRayImage
saveToExr(const char *fileName, const VRayRenderer &renderer) const (defined in VRay::VRayImage)VRay::VRayImage
saveToExr(const std::string &fileName) const (defined in VRay::VRayImage)VRay::VRayImage
saveToExr(const std::string &fileName, const VRayRenderer &renderer) const (defined in VRay::VRayImage)VRay::VRayImage
saveToJpeg(const char *fileName, int quality=0) const (defined in VRay::VRayImage)VRay::VRayImage
saveToJpeg(const char *fileName, const VRayRenderer &renderer, int quality=0) const (defined in VRay::VRayImage)VRay::VRayImage
saveToJpeg(const std::string &fileName, int quality=0) const (defined in VRay::VRayImage)VRay::VRayImage
saveToJpeg(const std::string &fileName, const VRayRenderer &renderer, int quality=0) const (defined in VRay::VRayImage)VRay::VRayImage
saveToPng(const char *fileName, bool preserveAlpha=false, int bitsPerChannel=8) const (defined in VRay::VRayImage)VRay::VRayImage
saveToPng(const char *fileName, const VRayRenderer &renderer, bool preserveAlpha=false, int bitsPerChannel=8) const (defined in VRay::VRayImage)VRay::VRayImage
saveToPng(const std::string &fileName, bool preserveAlpha=false, int bitsPerChannel=8) const (defined in VRay::VRayImage)VRay::VRayImage
saveToPng(const std::string &fileName, const VRayRenderer &renderer, bool preserveAlpha=false, int bitsPerChannel=8) const (defined in VRay::VRayImage)VRay::VRayImage
saveToTiff(const char *fileName, int bitsPerChannel=16) const (defined in VRay::VRayImage)VRay::VRayImage
saveToTiff(const char *fileName, const VRayRenderer &renderer, int bitsPerChannel=16) const (defined in VRay::VRayImage)VRay::VRayImage
saveToTiff(const std::string &fileName, int bitsPerChannel=16) const (defined in VRay::VRayImage)VRay::VRayImage
saveToTiff(const std::string &fileName, const VRayRenderer &renderer, int bitsPerChannel=16) const (defined in VRay::VRayImage)VRay::VRayImage
setGamma(float gamma)VRay::VRayImage
toBitmapData(size_t &size, bool preserveAlpha=false, bool swapChannels=false, bool reverseY=false, int stride=0, int alphaValue=-1) constVRay::VRayImage
toIntList(IntList_DataType type) const (defined in VRay::VRayImage)VRay::VRayImage
WHITE_BALANCE_AVERAGE enum value (defined in VRay::VRayImage)VRay::VRayImage
WHITE_BALANCE_HIGHLIGHTS enum value (defined in VRay::VRayImage)VRay::VRayImage
WHITE_BALANCE_NONE enum value (defined in VRay::VRayImage)VRay::VRayImage
WHITE_BALANCE_WEIGHTED_AVERAGE enum value (defined in VRay::VRayImage)VRay::VRayImage
WhiteBalanceMode enum name (defined in VRay::VRayImage)VRay::VRayImage