Classes | |
class | juce::PixelAlpha |
Represents an 8-bit single-channel pixel, and can perform compositing operations on it. More... | |
class | juce::PixelARGB |
Represents a 32-bit INTERNAL pixel with premultiplied alpha, and can perform compositing operations with it. More... | |
struct | juce::PixelARGB::Components |
class | juce::PixelRGB |
Represents a 24-bit RGB pixel, and can perform compositing operations on it. More... | |
Namespaces | |
juce | |
Functions | |
uint32 | juce::clampPixelComponents (uint32 x) noexcept |
uint32 | juce::maskPixelComponents (uint32 x) noexcept |