StudioTheme
Show Deprecated
Not Creatable
Not Replicated
Summary
Properties
Properties inherited from Instance
Methods
Returns the color corresponding to the arguments provided.
Methods inherited from Instance
Events
Events inherited from Instance
Properties
Properties inherited from Instance
Methods
GetColor
Plugin Security
The GetColor() function returns the Color3 corresponding to the arguments provided. For instance, if you would like to get the Color3 of the Studio "MainButton" when it's disabled, you can use the following code:
settings().Studio.Theme:GetColor(Enum.StudioStyleGuideColor.MainButton, Enum.StudioStyleGuideModifier.Disabled)```luaSee the `Enum.StudioStyleGuideColor` reference for a list of Studio elements and `Enum.StudioStyleGuideModifier` for a list of modifiers.
Parameters
The element you want to get the theme color for.
The modifier you want to place on the StyleGuideColor element.
Returns
The corresponding Color3 theme value.
Methods inherited from Instance
Events
Events inherited from Instance