The default value of the color in RGBA format ([0, 255], [0, 255], [0, 255], [0.0, 1.0]).
Used when the user has no saved value for this field.
When used as a Binding, it is evaluated once at load time against the
saved config — it does NOT re-evaluate reactively at runtime. For reactive
value forcing, use overrideValue instead.
D2RMM v1.9.0 as a Binding<>
D2RMM v1.6.0
Optional descriptionThe description for the field that appears in a help tooltip.
D2RMM v1.0.0
The unique identifier of the configuration element.
Optional isWhether the alpha channel should be hidden in the color picker.
D2RMM v1.6.0
The name of the field.
D2RMM v1.0.0
Optional overrideThe override value of the color field.
If this value is anything other than null, it will override the current value.
If the value is overridden, it will also be read only.
D2RMM v1.8.0
The type of the configuration element.
D2RMM v1.6.0
Optional visibleDetermines if the field is visible or not.
D2RMM v1.8.0
Represents a color configuration field that will be represented as a color picker element in the configuration UI.
Since
D2RMM v1.6.0