|
LMMS
|
Go to the source code of this file.
Namespaces | |
| namespace | juce |
Functions | |
| static void | juce::blurDataTriplets (uint8 *d, int num, const int delta) noexcept |
| static void | juce::blurSingleChannelImage (uint8 *const data, const int width, const int height, const int lineStride, const int repetitions) noexcept |
| static void | juce::blurSingleChannelImage (Image &image, int radius) |
| static void | juce::drawShadowSection (Graphics &g, ColourGradient &cg, Rectangle< float > area, bool isCorner, float centreX, float centreY, float edgeX, float edgeY) |