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 |
Functions | |
| uint32 | juce::maskPixelComponents (uint32 x) noexcept |
| uint32 | juce::clampPixelComponents (uint32 x) noexcept |