A single layer of a layered image. More...
#include <yarp/sig/LayeredImage.h>
Classes | |
class | alpha_s |
class | colorkey_s |
Public Member Functions | |
ImageLayer (const yarp::sig::FlexImage &img, bool ena=true, colorkey_s ckey=colorkey_s(), alpha_s alph=alpha_s(), bool compress=true, int off_x=0, int off_y=0) | |
Public Attributes | |
yarp::sig::FlexImage | layer |
bool | enable =true |
colorkey_s | colorkey |
alpha_s | alpha |
bool | can_be_compressed = true |
int | offset_x =0 |
int | offset_y =0 |
A single layer of a layered image.
Definition at line 23 of file LayeredImage.h.
|
inline |
Definition at line 63 of file LayeredImage.h.
alpha_s yarp::sig::ImageLayer::alpha |
Definition at line 57 of file LayeredImage.h.
bool yarp::sig::ImageLayer::can_be_compressed = true |
Definition at line 59 of file LayeredImage.h.
colorkey_s yarp::sig::ImageLayer::colorkey |
Definition at line 46 of file LayeredImage.h.
bool yarp::sig::ImageLayer::enable =true |
Definition at line 27 of file LayeredImage.h.
yarp::sig::FlexImage yarp::sig::ImageLayer::layer |
Definition at line 26 of file LayeredImage.h.
int yarp::sig::ImageLayer::offset_x =0 |
Definition at line 60 of file LayeredImage.h.
int yarp::sig::ImageLayer::offset_y =0 |
Definition at line 61 of file LayeredImage.h.