JUCE
Public Member Functions | List of all members
juce::RenderingHelpers::GradientPixelIterators::TransformedRadial Struct Reference

Iterates the colour of pixels in a skewed radial gradient. More...

Inheritance diagram for juce::RenderingHelpers::GradientPixelIterators::TransformedRadial:

Public Member Functions

 TransformedRadial (const ColourGradient &gradient, const AffineTransform &transform, const PixelARGB *colours, int numColours)
 
forcedinline void setY (int y) noexcept
 
PixelARGB getPixel (int px) const noexcept
 
- Public Member Functions inherited from juce::RenderingHelpers::GradientPixelIterators::Radial
 Radial (const ColourGradient &gradient, const AffineTransform &, const PixelARGB *colours, int numColours)
 
forcedinline void setY (int y) noexcept
 
PixelARGB getPixel (int px) const noexcept
 

Additional Inherited Members

- Public Attributes inherited from juce::RenderingHelpers::GradientPixelIterators::Radial
const PixelARGB *const lookupTable
 
const int numEntries
 
const double gx1
 
const double gy1
 
double maxDist
 
double invScale
 
double dy
 

Detailed Description

Iterates the colour of pixels in a skewed radial gradient.

Constructor & Destructor Documentation

◆ TransformedRadial()

juce::RenderingHelpers::GradientPixelIterators::TransformedRadial::TransformedRadial ( const ColourGradient gradient,
const AffineTransform transform,
const PixelARGB colours,
int  numColours 
)

Member Function Documentation

◆ setY()

forcedinline void juce::RenderingHelpers::GradientPixelIterators::TransformedRadial::setY ( int  y)
noexcept

◆ getPixel()

PixelARGB juce::RenderingHelpers::GradientPixelIterators::TransformedRadial::getPixel ( int  px) const
noexcept

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