Nodes > Inputs > Parameters > Color Parameter
Exposes a color parameter on the material. This value can be modified through the Inspector panel or by script at runtime.
Outputs
| Name | Type | Description |
|---|---|---|
| Value | float | Value of this parameter |
Properties
| Name | Type | Description |
|---|---|---|
| Title | string | How the parameter appears in the Inspector panel |
| Script Name | string | How the script can reference this parameter through a pass |
| Default | float | The default value of the parameter |
| Group | string | If filled in, specifies the parameter group that this parameter belongs to |
| Sort Index | int | Specifies what order this should be listed relative to other parameters |
| Tooltip | string | Text shown on mouse hover |
Was this page helpful?