The In component acts as input for the current node graph. The processing of any graph always begins with the In node. Any graph always contains exactly one In node.
Component node
|

|
The component does not have input ports.
|
Port name
|
Port type
|
Description
|
data
|
data
(replicable)
|
Graphics data supplied to the input of the current node graph.
|
c.func
|
coloring function
(replicable)
|
Coloring function supplied to the input of the current node graph.
|
is layer
|
boolean
|
Indicates whether the current node graph is loaded into a layer.
|
is mask
|
boolean
|
Indicates whether the current node graph is loaded into a layer mask.
|
is nested
|
boolean
|
Indicates whether the current node graph is loaded as a nested module.
|
is render
|
boolean
|
Indicates whether the rendering of the image is running. If there is no indication, the normal preview of the image is performed.
|
colorspace
|
string
|
Name of the current color space.
|
|