JUCE
|
This is the complete list of members for PixelARGB, including all inherited members.
blend(const Pixel &src) noexcept | PixelARGB | |
blend(const PixelRGB src) noexcept | PixelARGB | |
blend(const Pixel &src, uint32 extraAlpha) noexcept | PixelARGB | |
components | PixelARGB | |
desaturate() noexcept | PixelARGB | |
getAlpha() const noexcept | PixelARGB | |
getBlue() const noexcept | PixelARGB | |
getEvenBytes() const noexcept | PixelARGB | |
getGreen() const noexcept | PixelARGB | |
getInARGBMaskOrder() const noexcept | PixelARGB | |
getInARGBMemoryOrder() const noexcept | PixelARGB | |
getNativeARGB() const noexcept | PixelARGB | |
getOddBytes() const noexcept | PixelARGB | |
getRed() const noexcept | PixelARGB | |
getUnpremultiplied() const noexcept | PixelARGB | |
indexA enum value | PixelARGB | |
indexB enum value | PixelARGB | |
indexG enum value | PixelARGB | |
indexR enum value | PixelARGB | |
internal | PixelARGB | |
multiplyAlpha(int multiplier) noexcept | PixelARGB | |
multiplyAlpha(const float multiplier) noexcept | PixelARGB | |
PixelARGB()=default | PixelARGB | |
PixelARGB(const uint8 a, const uint8 r, const uint8 g, const uint8 b) noexcept | PixelARGB | |
premultiply() noexcept | PixelARGB | |
set(const Pixel &src) noexcept | PixelARGB | |
setAlpha(const uint8 newAlpha) noexcept | PixelARGB | |
setARGB(const uint8 a, const uint8 r, const uint8 g, const uint8 b) noexcept | PixelARGB | |
tween(const Pixel &src, const uint32 amount) noexcept | PixelARGB | |
unpremultiply() noexcept | PixelARGB | |
~PixelARGB()=default | PixelARGB |