Events
The Advanced Color Picker will broadcast an event when the color has been picked for a mesh object.
Event: on_color_picker_object_changed
There are 3 parameters you can use in your connected event.
-
Current Mesh Id
The Id of the mesh that has been modified. -
Color
The color the mesh was modified too. -
Current Mesh
The actual mesh object that is being modified
1 2 3 4 5 |
|