LAYER
Root / Documentation / [.]

Set properties on a layer.
Syntax
LAYER id% {, compositeMode% {, multiplyColor% }}
Input | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id% | The ID of the layer to configure. | ||||||||||||
compositeMode% | The layer's composition mode.
| ||||||||||||
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?)