|
roo_display
API Documentation for roo_display
|
An input layer in the stack. More...
#include <rasterizable_stack.h>
Public Member Functions | |
| Input (const Rasterizable *obj, Box extents) | |
| Create an input layer using the source extents. | |
| Input (const Rasterizable *obj, Box extents, uint16_t dx, uint16_t dy) | |
| Create an input layer with an offset. | |
| const Box & | extents () const |
| Return extents in stack coordinates. | |
| int16_t | dx () const |
| X offset applied to the input. | |
| int16_t | dy () const |
| Y offset applied to the input. | |
| const Rasterizable * | source () const |
| Source rasterizable. | |
| BlendingMode | blending_mode () const |
| Blending mode used for this input. | |
| Input & | withMode (BlendingMode mode) |
| Set blending mode for this input. | |
An input layer in the stack.
Definition at line 15 of file rasterizable_stack.h.
|
inline |
Create an input layer using the source extents.
Definition at line 18 of file rasterizable_stack.h.
|
inline |
Create an input layer with an offset.
Definition at line 26 of file rasterizable_stack.h.
|
inline |
Blending mode used for this input.
Definition at line 45 of file rasterizable_stack.h.
|
inline |
X offset applied to the input.
Definition at line 37 of file rasterizable_stack.h.
|
inline |
Y offset applied to the input.
Definition at line 39 of file rasterizable_stack.h.
Return extents in stack coordinates.
Definition at line 34 of file rasterizable_stack.h.
|
inline |
Source rasterizable.
Definition at line 42 of file rasterizable_stack.h.
|
inline |
Set blending mode for this input.
Definition at line 48 of file rasterizable_stack.h.