JUCE
|
This is the complete list of members for Image, including all inherited members.
ARGB enum value | Image | |
clear(const Rectangle< int > &area, Colour colourToClearTo=Colour(0x00000000)) | Image | |
convertedToFormat(PixelFormat newFormat) const | Image | |
createCopy() const | Image | |
createLowLevelContext() const | Image | |
createSolidAreaMask(RectangleList< int > &result, float alphaThreshold) const | Image | |
desaturate() | Image | |
duplicateIfShared() | Image | |
getBounds() const noexcept | Image | |
getClippedImage(const Rectangle< int > &area) const | Image | |
getFormat() const noexcept | Image | |
getHeight() const noexcept | Image | |
getPixelAt(int x, int y) const | Image | |
getPixelData() const noexcept | Image | |
getProperties() const | Image | |
getReferenceCount() const noexcept | Image | |
getWidth() const noexcept | Image | |
hasAlphaChannel() const noexcept | Image | |
Image() noexcept | Image | |
Image(PixelFormat format, int imageWidth, int imageHeight, bool clearImage) | Image | |
Image(PixelFormat format, int imageWidth, int imageHeight, bool clearImage, const ImageType &type) | Image | |
Image(const Image &) noexcept | Image | |
Image(Image &&) noexcept | Image | |
Image(ReferenceCountedObjectPtr< ImagePixelData >) noexcept | Image | explicit |
isARGB() const noexcept | Image | |
isNull() const noexcept | Image | |
isRGB() const noexcept | Image | |
isSingleChannel() const noexcept | Image | |
isValid() const noexcept | Image | |
moveImageSection(int destX, int destY, int sourceX, int sourceY, int width, int height) | Image | |
multiplyAllAlphas(float amountToMultiplyBy) | Image | |
multiplyAlphaAt(int x, int y, float multiplier) | Image | |
operator!=(const Image &other) const noexcept | Image | |
operator=(const Image &) | Image | |
operator=(Image &&) noexcept | Image | |
operator==(const Image &other) const noexcept | Image | |
PixelFormat enum name | Image | |
rescaled(int newWidth, int newHeight, Graphics::ResamplingQuality quality=Graphics::mediumResamplingQuality) const | Image | |
RGB enum value | Image | |
setPixelAt(int x, int y, Colour colour) | Image | |
SingleChannel enum value | Image | |
UnknownFormat enum value | Image | |
~Image() | Image |