JUCE
|
Functions | |
uint32 | maskPixelComponents (uint32 x) noexcept |
uint32 | clampPixelComponents (uint32 x) noexcept |
forcedinline void | PixelARGB::blend (PixelRGB src) noexcept |
Blends another pixel onto this one. More... | |
References gl::x.
Referenced by PixelARGB::blend(), PixelRGB::blend(), and clampPixelComponents().
References maskPixelComponents(), and gl::x.
Referenced by PixelARGB::blend(), and PixelRGB::blend().
|
noexcept |
Blends another pixel onto this one.
This takes into account the opacity of the pixel being overlaid, and blends it accordingly.
References gl::src.