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