This version of Unity is unsupported.

StyleColor

struct in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Description

Style value that can be either a Color or a StyleKeyword.

Properties

keywordThe style keyword.
valueThe Color value.

Constructors

StyleColorCreates from either a Color or StyleKeyword.