99 void setShadowProperties (
const DropShadow& newShadow);
103 void applyEffect (
Image& sourceImage,
Graphics& destContext,
float scaleFactor,
float alpha)
override;
Represents a colour, also including a transparency value.
An effect filter that adds a drop-shadow behind the image's content.
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 path is a sequence of lines and curves that may either form a closed shape or be open-ended.
A pair of (x, y) coordinates.
Manages a rectangle and allows geometric operations to be performed on it.
#define JUCE_LEAK_DETECTOR(OwnerClass)
This macro lets you embed a leak-detecting object inside a class.
Defines a drop-shadow effect.
Point< int > offset
The offset of the shadow.
DropShadow()=default
Creates a default drop-shadow effect.