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

colord[3]

The color to be converted

[0.0, 0.0, 0.0]

Outputs

Name

Type

Description

Default

h

double

The hue component of the input color

s

double

The saturation component of the input color

v

double

The value component of the input color