EasyTalk API
Loading...
Searching...
No Matches
EasyTalk.Display.Style.ColorTheme Class Reference

This class is used to define color schemes for changing the colors of dialogue displays. More...

Inherits ScriptableObject.

Public Attributes

Color color = Color.white
 The main color of the theme.
 
Color complimentary1 = Color.white
 A complimentary color to the main color.
 
Color complimentary2 = Color.white
 A complimentary color to the main color.
 
Color contrastColor1 = Color.white
 A contrasting color to the main color.
 
Color contrastColor2 = Color.white
 A contrasting color to the main color.
 
Color convoTextColor = Color.white
 The color to use on the conversation display's text.
 
List< Color > convoImageColors
 The colors to use on each image in the conversation display.
 
Color characterNameTextColor = Color.white
 The color to use on the character name text.
 
Color characterPanelColor = Color.white
 The color to use on the character panel image.
 
List< Color > optionImageColors
 The colors to use on each image in the option display's main panel.
 
Color buttonTextNormalColor = Color.white
 The color to use for option buttons' text when in 'normal' mode.
 
Color buttonTextPressedColor = Color.white
 The color to use for option buttons' text when in 'pressed' mode.
 
Color buttonTextDisabledColor = Color.white
 The color to use for option buttons' text when in 'disabled' mode.
 
Color buttonTextHighlightColor = Color.white
 The color to use for option buttons' text when in 'highlighted' mode.
 
Color buttonNormalColor = Color.white
 The color to use for option buttons' images when in 'normal' mode.
 
Color buttonPressedColor = Color.white
 The color to use for option buttons' images when in 'pressed' mode.
 
Color buttonDisabledColor = Color.white
 The color to use for option buttons' images when in 'disabled' mode.
 
Color buttonHighlightColor = Color.white
 The color to use for option buttons' images when in 'highlighted' mode.
 
Color continueTextNormalColor = Color.white
 The color to use on the continue text when in 'normal' mode.
 
Color continueTextPressedColor = Color.white
 The color to use on the continue text when in 'pressed' mode.
 
Color continueTextDisabledColor = Color.white
 The color to use on the continue text when in 'disabled' mode.
 
Color continueTextHighlightColor = Color.white
 The color to use on the continue text when in 'highlighted' mode.
 
Color continueButtonNormalColor = Color.white
 The color to use on the continue background image when in 'normal' mode.
 
Color continueButtonPressedColor = Color.white
 The color to use on the continue background image when in 'pressed' mode.
 
Color continueButtonDisabledColor = Color.white
 The color to use on the continue background image when in 'disabled' mode.
 
Color continueButtonHighlightColor = Color.white
 The color to use on the continue background image when in 'highlighted' mode.
 

Detailed Description

This class is used to define color schemes for changing the colors of dialogue displays.

Member Data Documentation

◆ buttonDisabledColor

Color EasyTalk.Display.Style.ColorTheme.buttonDisabledColor = Color.white

The color to use for option buttons' images when in 'disabled' mode.

◆ buttonHighlightColor

Color EasyTalk.Display.Style.ColorTheme.buttonHighlightColor = Color.white

The color to use for option buttons' images when in 'highlighted' mode.

◆ buttonNormalColor

Color EasyTalk.Display.Style.ColorTheme.buttonNormalColor = Color.white

The color to use for option buttons' images when in 'normal' mode.

◆ buttonPressedColor

Color EasyTalk.Display.Style.ColorTheme.buttonPressedColor = Color.white

The color to use for option buttons' images when in 'pressed' mode.

◆ buttonTextDisabledColor

Color EasyTalk.Display.Style.ColorTheme.buttonTextDisabledColor = Color.white

The color to use for option buttons' text when in 'disabled' mode.

◆ buttonTextHighlightColor

Color EasyTalk.Display.Style.ColorTheme.buttonTextHighlightColor = Color.white

The color to use for option buttons' text when in 'highlighted' mode.

◆ buttonTextNormalColor

Color EasyTalk.Display.Style.ColorTheme.buttonTextNormalColor = Color.white

The color to use for option buttons' text when in 'normal' mode.

◆ buttonTextPressedColor

Color EasyTalk.Display.Style.ColorTheme.buttonTextPressedColor = Color.white

The color to use for option buttons' text when in 'pressed' mode.

◆ characterNameTextColor

Color EasyTalk.Display.Style.ColorTheme.characterNameTextColor = Color.white

The color to use on the character name text.

◆ characterPanelColor

Color EasyTalk.Display.Style.ColorTheme.characterPanelColor = Color.white

The color to use on the character panel image.

◆ color

Color EasyTalk.Display.Style.ColorTheme.color = Color.white

The main color of the theme.

◆ complimentary1

Color EasyTalk.Display.Style.ColorTheme.complimentary1 = Color.white

A complimentary color to the main color.

◆ complimentary2

Color EasyTalk.Display.Style.ColorTheme.complimentary2 = Color.white

A complimentary color to the main color.

◆ continueButtonDisabledColor

Color EasyTalk.Display.Style.ColorTheme.continueButtonDisabledColor = Color.white

The color to use on the continue background image when in 'disabled' mode.

◆ continueButtonHighlightColor

Color EasyTalk.Display.Style.ColorTheme.continueButtonHighlightColor = Color.white

The color to use on the continue background image when in 'highlighted' mode.

◆ continueButtonNormalColor

Color EasyTalk.Display.Style.ColorTheme.continueButtonNormalColor = Color.white

The color to use on the continue background image when in 'normal' mode.

◆ continueButtonPressedColor

Color EasyTalk.Display.Style.ColorTheme.continueButtonPressedColor = Color.white

The color to use on the continue background image when in 'pressed' mode.

◆ continueTextDisabledColor

Color EasyTalk.Display.Style.ColorTheme.continueTextDisabledColor = Color.white

The color to use on the continue text when in 'disabled' mode.

◆ continueTextHighlightColor

Color EasyTalk.Display.Style.ColorTheme.continueTextHighlightColor = Color.white

The color to use on the continue text when in 'highlighted' mode.

◆ continueTextNormalColor

Color EasyTalk.Display.Style.ColorTheme.continueTextNormalColor = Color.white

The color to use on the continue text when in 'normal' mode.

◆ continueTextPressedColor

Color EasyTalk.Display.Style.ColorTheme.continueTextPressedColor = Color.white

The color to use on the continue text when in 'pressed' mode.

◆ contrastColor1

Color EasyTalk.Display.Style.ColorTheme.contrastColor1 = Color.white

A contrasting color to the main color.

◆ contrastColor2

Color EasyTalk.Display.Style.ColorTheme.contrastColor2 = Color.white

A contrasting color to the main color.

◆ convoImageColors

List<Color> EasyTalk.Display.Style.ColorTheme.convoImageColors

The colors to use on each image in the conversation display.

◆ convoTextColor

Color EasyTalk.Display.Style.ColorTheme.convoTextColor = Color.white

The color to use on the conversation display's text.

◆ optionImageColors

List<Color> EasyTalk.Display.Style.ColorTheme.optionImageColors

The colors to use on each image in the option display's main panel.