LoginLogin
Might make SBS readonly: thread

LAYER

Root / Documentation / [.]

Created:
Set properties on a layer.

Syntax

LAYER id% {, compositeMode% {, multiplyColor% }}
InputDescription
id%The ID of the layer to configure.
compositeMode%The layer's composition mode.
ValueDescription
0None (overwrite)
1Simple (alpha)
2Add
3Multiply
4Screen
Optional. If not specified, 0.
multiplyColor%The layer's multiply color. The multiply color filter is applied to the layer before composition. Optional. If not specified, #C_WHITE.

Examples

'change the properties of layer 0
'simple composition, red multiply color
LAYER 0,1,#C_RED
'reset the properties of layer 0
LAYER 0

Notes

No Getter

There is no getter/OUT version of this function, meaning these properties cannot be checked after they are set.

No posts yet (will you be the first?)