Index of Nodes
This index provides additional information on all the nodes used in this primer, as well as other components you might find useful. This is just an introduction to some of the 500 nodes available in Dynamo.
| CREATE | |
![]() | Color.ByARGB
Construct a color by alpha, red, green, and blue components. | ![]() |
![]() | Color Range
Get a color from a color gradient between a start color and an end color. | ![]() |
| ACTIONS | |
![]() | Color.Brightness
Gets the brightness value for this color. | ![]() |
![]() | Color.Components
Lists the components for the color in the order: alpha, red, green, blue. | ![]() |
![]() | Color.Saturation
Gets the saturation value for this color | ![]() |
![]() | Color.Hue
Gets the hue value for this color. | ![]() |
| QUERY | |
![]() | Color.Alpha
Find the alpha component of a color, 0 to 255. | ![]() |
![]() | Color.Blue
Find the blue component of a color, 0 to 255. | ![]() |
![]() | Color.Green
Find the green component of a color, 0 to 255. | ![]() |
![]() | Color.Red
Find the red component of a color, 0 to 255. | ![]() |
| CREATE | |
![]() | GeometryColor.ByGeometryColor
Displays geometry using a color. | ![]() |
| ACTIONS |