|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Iterates the colour of pixels in a skewed radial gradient. More...
#include "juce_RenderingHelpers.h"
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 |
Iterates the colour of pixels in a skewed radial gradient.
Definition at line 517 of file juce_RenderingHelpers.h.
| juce::RenderingHelpers::GradientPixelIterators::TransformedRadial::TransformedRadial | ( | const ColourGradient & | gradient, |
| const AffineTransform & | transform, | ||
| const PixelARGB * | colours, | ||
| int | numColours | ||
| ) |
Definition at line 519 of file juce_RenderingHelpers.h.
|
noexcept |
Definition at line 535 of file juce_RenderingHelpers.h.
|
noexcept |
Definition at line 528 of file juce_RenderingHelpers.h.