Skip to main content

Overview

The Get Image Colors prefab extracts the most dominant colors from an image and saves them as reusable color variables. Extracted colors are saved as:
  • #dominantColor
  • #primaryAccent
  • #secondaryAccent
  • #tertiaryAccent
Get Image Colors prefabs should be placed directly on the image you want to sample.

Controls

This prefab does not have prefab controls.

Using Get Image Colors Prefabs

Apply these variables to containers, text, and symbols using Set Variable actions.
 parent.backgroundColor = #dominantColor
 TitleText.textColor = #primaryAccent