Houdini 22.0 Nodes APEX nodes

graph::SetNodeColor

Sets the color of an APEX graph node.

On this page
Since 22.0

Sets the color of an APEX graph node. When setting multiple node properties, use graph::UpdateNode instead.

The graph ports of this node are in-place ports, which means the graph is updated without creating a copy.

Inputs

*graph: ApexGraphHandle Required

The graph that contains the node to update.

nodeid: ApexNodeID

The node to color.

color: Vector3

The color to change the node to. Defaults to (0.8, 0.8, 0.8).

Outputs

*graph: ApexGraphHandle

Pass-through of the corresponding graph input.

nodeid: ApexNodeID

The ID of the node with the updated color.

See also

APEX nodes