JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::ColourGradient::ColourPoint Struct Reference
Collaboration diagram for juce::ColourGradient::ColourPoint:

Public Member Functions

bool operator!= (ColourPoint other) const noexcept
 
bool operator< (ColourPoint other) const noexcept
 
bool operator== (ColourPoint other) const noexcept
 
auto tie () const
 

Public Attributes

Colour colour
 
double position
 

Member Function Documentation

◆ operator!=()

bool juce::ColourGradient::ColourPoint::operator!= ( ColourPoint  other) const
inlinenoexcept

◆ operator<()

bool juce::ColourGradient::ColourPoint::operator< ( ColourPoint  other) const
inlinenoexcept

◆ operator==()

bool juce::ColourGradient::ColourPoint::operator== ( ColourPoint  other) const
inlinenoexcept

◆ tie()

auto juce::ColourGradient::ColourPoint::tie ( ) const
inline

Member Data Documentation

◆ colour

Colour juce::ColourGradient::ColourPoint::colour

◆ position

double juce::ColourGradient::ColourPoint::position

The documentation for this struct was generated from the following file: