Classes | |
| class | juce::PixelARGB |
| Represents a 32-bit INTERNAL pixel with premultiplied alpha, and can perform compositing operations with it. More... | |
| class | juce::PixelRGB |
| Represents a 24-bit RGB pixel, and can perform compositing operations on it. More... | |
| class | juce::PixelAlpha |
| Represents an 8-bit single-channel pixel, and can perform compositing operations on it. More... | |
Namespaces | |
| namespace | juce |
Enumerations | |
| enum class | juce::BlendMode { juce::sourceOver , juce::source , juce::destinationIn , juce::destinationOut } |
| Identifiers for specifying the blending mode. More... | |
Functions | |
| forcedinline constexpr uint32 | juce::maskPixelComponents (uint32 x) noexcept |
| forcedinline constexpr uint32 | juce::clampPixelComponents (uint32 x) noexcept |