JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Image Member List
This is the complete list of members for Image, including all inherited members.
ARGB enum valueImage
clear(const Rectangle< int > &area, const Colour &colourToClearTo=Colour(0x00000000))Image
convertedToFormat(PixelFormat newFormat) const Image
createCopy() const Image
createLowLevelContext() const Image
createSolidAreaMask(RectangleList &result, float alphaThreshold=0.5f) const Image
desaturate()Image
duplicateIfShared()Image
getBounds() const noexceptImage
getClippedImage(const Rectangle< int > &area) const Image
getFormat() const noexceptImage
getHeight() const noexceptImage
getPixelAt(int x, int y) const Image
getPixelData() const noexceptImage
getProperties() const Image
getReferenceCount() const noexceptImage
getWidth() const noexceptImage
hasAlphaChannel() const noexceptImage
Image()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 &other)Image
Image(ImagePixelData *)Image [explicit]
isARGB() const noexceptImage
isNull() const noexceptImage
isRGB() const noexceptImage
isSingleChannel() const noexceptImage
isValid() const noexceptImage
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
nullImage [static]
operator!=(const Image &other) const noexceptImage
operator=(const Image &)Image
operator==(const Image &other) const noexceptImage
PixelFormat enum nameImage
rescaled(int newWidth, int newHeight, Graphics::ResamplingQuality quality=Graphics::mediumResamplingQuality) const Image
RGB enum valueImage
setPixelAt(int x, int y, const Colour &colour)Image
SingleChannel enum valueImage
UnknownFormat enum valueImage
~Image()Image