JUCE
|
Iterates the colour of pixels in a skewed radial gradient. More...
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 |
![]() | |
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 | |
![]() | |
const PixelARGB *const | lookupTable |
const int | numEntries |
const double | gx1 |
const double | gy1 |
double | maxDist |
double | invScale |
double | dy |
Iterates the colour of pixels in a skewed radial gradient.
juce::RenderingHelpers::GradientPixelIterators::TransformedRadial::TransformedRadial | ( | const ColourGradient & | gradient, |
const AffineTransform & | transform, | ||
const PixelARGB * | colours, | ||
int | numColours | ||
) |
|
noexcept |
|
noexcept |
References juce::jmin(), JUCE_DECLARE_NON_COPYABLE, and juce::roundToInt().