1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed a documentation typo

This commit is contained in:
Tom Poole 2019-08-07 16:06:47 +01:00
parent 012c7d00d2
commit bc25355b71

View file

@ -131,7 +131,7 @@ public:
Colour colour;
/** Returns the gradient that should be used for filling.
This will be zero if the object is some other type of fill.
This will be nullptr if the object is some other type of fill.
If a gradient is active, the overall opacity with which it should be applied
is indicated by the alpha channel of the colour variable.
*/