From bc25355b71745a291ee944c98b065e14c5f0df94 Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Wed, 7 Aug 2019 16:06:47 +0100 Subject: [PATCH] Fixed a documentation typo --- modules/juce_graphics/colour/juce_FillType.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */