--- title: colorwheelnode-class-reference.md tags: mewa-programming-reference description: Mewa Programming Reference --- ## ColorWheelNode class reference Creates a new [ColorWheel node]() and adds it to the [nodegraph](https://hackmd.io/VIsuWHCySFWk6j2shR36zw). ### Contructors * ColorWheelNode() * ColorWheelNode( name, pos ) The constructor *ColorWheelNode()* adds a new ColorWheel node to the node-graph. The name and position of the node are automatically filled. The constructor *ColorWheelNode( name, pos )* adds a new ColorWheel node to the node-graph with the given *name* and at given *pos*. This constructor is used to save and restore a node-graph. ### Methods