Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ColorBlock

struct in UnityEngine.UI

Switch to Manual

Description

Structure to store the state of a color transition on a Selectable.

Static Variables

defaultColorBlockSimple getter for the default ColorBlock.

Variables

colorMultiplierMultiplier applied to colors (allows brightening greater then base color).
disabledColorDisabled Color.
fadeDurationHow long a color transition should take.
highlightedColorHighlighted Color.
normalColorNormal Color.
pressedColorPressed Color.