roo_display
API Documentation for roo_display
Loading...
Searching...
No Matches
roo_display::RasterizableStack::Input Class Reference

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 Boxextents () 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 Rasterizablesource () const
 Source rasterizable.
 
BlendingMode blending_mode () const
 Blending mode used for this input.
 
InputwithMode (BlendingMode mode)
 Set blending mode for this input.
 

Detailed Description

An input layer in the stack.

Definition at line 15 of file rasterizable_stack.h.

Constructor & Destructor Documentation

◆ Input() [1/2]

roo_display::RasterizableStack::Input::Input ( const Rasterizable obj,
Box  extents 
)
inline

Create an input layer using the source extents.

Definition at line 18 of file rasterizable_stack.h.

◆ Input() [2/2]

roo_display::RasterizableStack::Input::Input ( const Rasterizable obj,
Box  extents,
uint16_t  dx,
uint16_t  dy 
)
inline

Create an input layer with an offset.

Definition at line 26 of file rasterizable_stack.h.

Member Function Documentation

◆ blending_mode()

BlendingMode roo_display::RasterizableStack::Input::blending_mode ( ) const
inline

Blending mode used for this input.

Definition at line 45 of file rasterizable_stack.h.

◆ dx()

int16_t roo_display::RasterizableStack::Input::dx ( ) const
inline

X offset applied to the input.

Definition at line 37 of file rasterizable_stack.h.

◆ dy()

int16_t roo_display::RasterizableStack::Input::dy ( ) const
inline

Y offset applied to the input.

Definition at line 39 of file rasterizable_stack.h.

◆ extents()

const Box & roo_display::RasterizableStack::Input::extents ( ) const
inline

Return extents in stack coordinates.

Definition at line 34 of file rasterizable_stack.h.

◆ source()

const Rasterizable * roo_display::RasterizableStack::Input::source ( ) const
inline

Source rasterizable.

Definition at line 42 of file rasterizable_stack.h.

◆ withMode()

Input & roo_display::RasterizableStack::Input::withMode ( BlendingMode  mode)
inline

Set blending mode for this input.

Definition at line 48 of file rasterizable_stack.h.


The documentation for this class was generated from the following file: