Constant Color4f
Container for a single-precision floating-point RGBA color value, mainly used to share a common value between several downstream nodes. The A (alpha) value is not premultiplied.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Value (inputs:value) |
|
The value, acting as both input and output. |
[0.0, 0.0, 0.0, 0.0] |
Metadata |
outputOnly = 1 |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.ConstantColor4f |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
Categories |
constants |
Generated Class Name |
OgnConstantColor4fDatabase |
Python Module |
omni.graph.nodes |