GDS-Render v1.2.1
layer_info Struct Reference

Layer information. More...

#include <layer-settings.h>

Data Fields

int layer
 Layer number. More...
 
char * name
 Layer name. More...
 
int stacked_position
 Position of layer in output. More...
 
GdkRGBA color
 RGBA color used to render this layer. More...
 
int render
 true: Render to output More...
 

Detailed Description

Layer information.

This structs contains information on how to render a layer

Note
You probably don't want to use this struct standalone but in combination with a LayerSettings object.

Definition at line 40 of file layer-settings.h.

Field Documentation

◆ color

GdkRGBA color

RGBA color used to render this layer.

Definition at line 45 of file layer-settings.h.

◆ layer

int layer

Layer number.

Definition at line 42 of file layer-settings.h.

◆ name

char* name

Layer name.

Definition at line 43 of file layer-settings.h.

◆ render

int render

true: Render to output

Definition at line 46 of file layer-settings.h.

◆ stacked_position

int stacked_position

Position of layer in output.

Warning
This parameter is not used by any renderer so far
Note
Lower is bottom, higher is top

Definition at line 44 of file layer-settings.h.


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