ImageLayer

A layer from a picture.

Members

Functions

draw
void draw(IRenderer render, Vecf position)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
void parse(R data)

Reading data from a document element.

Variables

id
int id;

Unique identificator.

image
Image image;

Layer picture.

imagesource
string imagesource;

Path to the file.

name
string name;

Layer name

offsetx
float offsetx;

Layer offset. (position)

offsety
float offsety;

Layer offset. (position)

opacity
float opacity;

Opacity.

properties
Property[] properties;

Layer properties.

tintcolor
Color!ubyte tintcolor;

Tint color

visible
bool visible;

Layer is visible?

x
int x;

x

y
int y;

y

Inherited Members

From IDrawable

draw
void draw(IRenderer renderer, Vecf position)

draw object implemetation

Meta