The '''ColorXMemberEditor''' component is used in [[Scene Inspector|inspectors]] and [[Ref Hacking]] to edit [[Type:ColorX|ColorX]] Fields and their [[UIX]] elements.
== Usage ==
{{Note|If you just want to change a color with a press of a button, use [[Component:ButtonEditColorX|ButtonEditColorX]] instead.|suggestion}}
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Continuous|Bool|
|Continuous|Bool| Whether updates to the target are continuous.
|_path|String|
|_path|String| Usually "r" "g" "b" "a" to edit parts of the colorX value.
|_colorDriveNoAlpha|{{RootFieldType|FieldDrive`1|[[Type:ColorX|ColorX]]}}|TypeAdv6=true| The field to drive with the colorX target with no alpha applied for the inspector visual.
|_colorDialog|{{RootFieldType|SlotCleanupRef`1|[[Component:ColorDialogInterface|ColorDialogInterface]]}}|TypeAdv7=true| The color dialogue currently being used to edit the color.
}}
}}
== Behavior ==
== Sync Delegates ==
{{Table ComponentTriggers
|OpenColorPicker:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles spawning the user's favorite color picker so they can edit this component's target color.
}}
== Usage ==
Internal.
== Examples ==
== Examples ==
Used in the [[Scene Inspector]] where colors are on Components so the user can edit the colors.