Inherits GradientType.
|
| Gradient (const Image::BitmapData &dest, const ColourGradient &gradient, const AffineTransform &transform, const PixelARGB *colours, int numColours) |
|
forcedinline void | setEdgeTableYPos (int y) noexcept |
|
forcedinline void | handleEdgeTablePixel (int x, int alphaLevel) const noexcept |
|
forcedinline void | handleEdgeTablePixelFull (int x) const noexcept |
|
void | handleEdgeTableLine (int x, int width, int alphaLevel) const noexcept |
|
void | handleEdgeTableLineFull (int x, int width) const noexcept |
|
void | handleEdgeTableRectangle (int x, int y, int width, int height, int alphaLevel) noexcept |
|
void | handleEdgeTableRectangleFull (int x, int y, int width, int height) noexcept |
|
template<class PixelType, class GradientType>
struct juce::RenderingHelpers::EdgeTableFillers::Gradient< PixelType, GradientType >
Fills an edge-table with a gradient.