25 #ifndef JUCE_FILLTYPE_H_INCLUDED
26 #define JUCE_FILLTYPE_H_INCLUDED
67 #if JUCE_COMPILER_SUPPORTS_MOVE_SEMANTICS
101 void setOpacity (
float newOpacity)
noexcept;
109 bool isInvisible()
const noexcept;
141 bool operator== (const
FillType&) const;
142 bool operator!= (const
FillType&) const;
149 #endif // JUCE_FILLTYPE_H_INCLUDED
bool isNull() const noexcept
Definition: juce_Image.h:147
#define noexcept
Definition: juce_CompilerSupport.h:141
Definition: juce_ColourGradient.h:35
bool isTiledImage() const noexcept
Definition: juce_FillType.h:83
#define JUCE_API
Definition: juce_StandardHeader.h:139
float getFloatAlpha() const noexcept
Definition: juce_Colour.cpp:321
float getOpacity() const noexcept
Definition: juce_FillType.h:106
bool isColour() const noexcept
Definition: juce_FillType.h:77
Definition: juce_Colour.h:35
Definition: juce_ScopedPointer.h:70
Definition: juce_FillType.h:38
bool isGradient() const noexcept
Definition: juce_FillType.h:80
Definition: juce_Image.h:54
#define JUCE_LEAK_DETECTOR(OwnerClass)
Definition: juce_LeakedObjectDetector.h:141
bool isValid() const noexcept
Definition: juce_Image.h:139