Component image
The ButtonEditColorX component takes in a ColorX and a ColorDialogInterface component, and when a button interacts with it, the color is presumed to be edited. However, currently, if this component is under the button being pressed, it removes the button, making the slot useless. (TODO: Figure out what is going on with this component.)
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. |
Target
|
IField`1<ColorX> | The target ColorX. |
_colorPicker
|
direct SlotCleanupRef`1<ColorDialogInterface> | The ColorDialogInterface component. |
Continuous
|
Bool | Makes the color editing change continuous. |
Alpha
|
Bool | Allows for use of the alpha channel. |
HDR
|
Bool | Allows the use for HDR in this color. |
Usage
This is used to edit colors with a press of a button.