StudioStyleGuideModifier
Specifies the interaction state of a Roblox Studio interface element.
Items 5
| History | Name | Value | Description | |
|---|---|---|---|---|
| 349 | Default | 0 | Uses the element's default state color. | |
| 349 | Selected | 1 | Uses the color for a selected element. | |
| 349 | Pressed | 2 | Uses the color for a pressed element. | |
| 349 | Disabled | 3 | Uses the color for a disabled element. | |
| 349 | Hover | 4 | Uses the color for an element under the pointer. |
Description
Used with StudioTheme:GetColor() to retrieve the theme color for an interface element in a particular interaction state.