JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::Image Member List

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

ARGB enum valuejuce::Image
clear(const Rectangle< int > &area, Colour colourToClearTo=Colour(0x00000000))juce::Image
convertedToFormat(PixelFormat newFormat) constjuce::Image
createCopy() constjuce::Image
createLowLevelContext() constjuce::Image
createSolidAreaMask(RectangleList< int > &result, float alphaThreshold) constjuce::Image
desaturate()juce::Image
duplicateIfShared()juce::Image
getBounds() const noexceptjuce::Image
getClippedImage(const Rectangle< int > &area) constjuce::Image
getFormat() const noexceptjuce::Image
getHeight() const noexceptjuce::Image
getPixelAt(int x, int y) constjuce::Image
getPixelData() const noexceptjuce::Imageinline
getProperties() constjuce::Image
getReferenceCount() const noexceptjuce::Image
getWidth() const noexceptjuce::Image
hasAlphaChannel() const noexceptjuce::Image
imagejuce::Imageprivate
Image() noexceptjuce::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 &) noexceptjuce::Image
Image(Image &&) noexceptjuce::Image
Image(ReferenceCountedObjectPtr< ImagePixelData >) noexceptjuce::Imageexplicit
isARGB() const noexceptjuce::Image
isNull() const noexceptjuce::Imageinline
isRGB() const noexceptjuce::Image
isSingleChannel() const noexceptjuce::Image
isValid() const noexceptjuce::Imageinline
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 noexceptjuce::Imageinline
operator=(const Image &)juce::Image
operator=(Image &&) noexceptjuce::Image
operator==(const Image &other) const noexceptjuce::Imageinline
PixelFormat enum namejuce::Image
rescaled(int newWidth, int newHeight, Graphics::ResamplingQuality quality=Graphics::mediumResamplingQuality) constjuce::Image
RGB enum valuejuce::Image
setPixelAt(int x, int y, Colour colour)juce::Image
SingleChannel enum valuejuce::Image
UnknownFormat enum valuejuce::Image
~Image()juce::Image