-
Notifications
You must be signed in to change notification settings - Fork 15
Color Parameter
Expose a runtime modifiable color parameter from the Customizable Object.
-
Default Value: Visual representation of the currently defined default color. It's a color picker that allows choosing a color directly on the RGB wheel. Defaults to opaque white. This will be the default, used only when the parameter has yet to be modified.
-
R: Default value for the red channel, ranging from 0.0 to 1.0. Defaults to 1.0, full red.
-
G: Default value for the green channel from 0.0 to 1.0. Defaults to 1.0, full green.
-
B: Default value for the blue channel from 0.0 to 1.0. Defaults to 1.0, full blue.
-
A: Default value for the alpha channel from 0.0 to 1.0. Defaults to 1.0, opaque.
-
Parameter Name: Name of the color parameter defined by the node. It has to be unique within all the parameters in this customizable object hierarchy. Used when coding or within blueprints to refer to this parameter.
-
Parameter UI Metadata: UI Metadata associated to the color parameter.