58 void setGlowProperties (
float newRadius,
65 void applyEffect (
Image&,
Graphics&,
float scaleFactor,
float alpha)
override;
70 Colour colour { Colours::white };
Represents a colour, also including a transparency value.
A component effect that adds a coloured blur around the component's contents.
A graphics context, used for drawing a component or image.
A graphical effect filter that can be applied to components.
Holds a fixed-size bitmap.
A pair of (x, y) coordinates.
#define JUCE_LEAK_DETECTOR(OwnerClass)
This macro lets you embed a leak-detecting object inside a class.