Tutorial Python Node: ABI Overrides¶
This tutorial node shows how to override ABI methods on your Python node. The algorithm of the node converts an RGB color into HSV components.
Installation¶
To use this Node, you must enable omni.graph.tutorials
in the Extension Manager.
Inputs¶
Name |
Type |
Description |
Default |
---|---|---|---|
color |
|
The color to be converted |
[0.0, 0.0, 0.0] |
Outputs¶
Name |
Type |
Description |
Default |
---|---|---|---|
h |
|
The hue component of the input color |
|
s |
|
The saturation component of the input color |
|
v |
|
The value component of the input color |