JUCE
|
Fills an edge-table with a solid colour. More...
Public Member Functions | |
SolidColour (const Image::BitmapData &image, PixelARGB colour) | |
forcedinline void | setEdgeTableYPos (int y) noexcept |
forcedinline void | handleEdgeTablePixel (int x, int alphaLevel) const noexcept |
forcedinline void | handleEdgeTablePixelFull (int x) const noexcept |
forcedinline void | handleEdgeTableLine (int x, int width, int alphaLevel) const noexcept |
forcedinline 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 |
Fills an edge-table with a solid colour.
juce::RenderingHelpers::EdgeTableFillers::SolidColour< PixelType, replaceExisting >::SolidColour | ( | const Image::BitmapData & | image, |
PixelARGB | colour | ||
) |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
References juce::addBytesToPointer().
|
noexcept |