StudioTheme

사용되지 않는 항목 표시
만들 수 없음
복제되지 않음

요약

메서드

속성

메서드

GetColor

플러그인 보안

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)

See the Enum.StudioStyleGuideColor reference for a list of Studio elements and Enum.StudioStyleGuideModifier for a list of modifiers.

매개 변수

The element you want to get the theme color for.

The modifier you want to place on the StyleGuideColor element.

기본값: "Default"

반환

The corresponding Color3 theme value.

이벤트