Color3Value
A container object for a single Color3 value.
Memory category | Instances |
---|
Member index 3
Description
A container object for a single Color3 value.
History 11
- 553 Change PreferredDescriptor of changed from to Changed
- 553 Change Default of Value from to Color3(0, 0, 0)
- 486 Change ThreadSafety of Value from ReadOnly to ReadSafe
- 462 Change ThreadSafety of changed from to Unsafe
- 462 Change ThreadSafety of Changed from to Unsafe
- 462 Change ThreadSafety of Value from to ReadOnly
- 335 Change Superclass of Color3Value from Instance to ValueBase
- 50 Add changed
- 47 Add Changed
- 47 Add Value
- 47 Add Color3Value
Members 3
Changed
Parameters (1) | |
---|---|
value | Color3 |
Fired whenever the Color3Value.Value of the Color3Value is changed. It will run with the new value being stored in the argument object, instead of a string representing the property being changed.
This event, like other changed events, can be used to track when an Color3Value changes and to track the different values that it may change to.
For instance, this may be useful in games that rely on Color3Values to track values such as colors for games using customizable outfits or items.
Equivalent changed events exist for similar objects, such as NumberValue and StringValue, depending on what object type best suits the need.
Thread safety | Unsafe |
---|
Value
Type | Default | |
---|---|---|
Color3 | 0, 0, 0 |
The stored Color3.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | true |
changed
Parameters (1) | |
---|---|
value | Color3 |
This event is deprecated. It exists only for backward compatibility, and should not be used for new work. Changed should be used instead.
Thread safety | Unsafe |
---|