diff --git a/modules/juce_graphics/colour/juce_FillType.h b/modules/juce_graphics/colour/juce_FillType.h index d210f29c8c..4b180949fa 100644 --- a/modules/juce_graphics/colour/juce_FillType.h +++ b/modules/juce_graphics/colour/juce_FillType.h @@ -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. */