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

This class defines styling for dialogue buttons. More...

Public Attributes

Color normalImageColor = Color.white
 The color to use for the button's image when the button is in 'normal' mode.
 
Color highlightedImageColor = Color.white
 The color to use for the button's image when the button is in 'highlighted' mode.
 
Color pressedImageColor = Color.white
 The color to use for the button's image when the button is in 'pressed' mode.
 
Color disabledImageColor = Color.white
 The color to use for the button's image when the button is in 'disabled' mode.
 
Color normalTextColor = Color.white
 The color to use for the button's text when the button is in 'normal' mode.
 
Color highlightedTextColor = Color.white
 The color to use for the button's text when the button is in 'highlighted' mode.
 
Color pressedTextColor = Color.white
 The color to use for the button's text when the button is in 'pressed' mode.
 
Color disabledTextColor = Color.white
 The color to use for the button's text when the button is in 'disabled' mode.
 

Detailed Description

This class defines styling for dialogue buttons.

Member Data Documentation

◆ disabledImageColor

Color EasyTalk.Display.Style.ButtonStyleSettings.disabledImageColor = Color.white

The color to use for the button's image when the button is in 'disabled' mode.

◆ disabledTextColor

Color EasyTalk.Display.Style.ButtonStyleSettings.disabledTextColor = Color.white

The color to use for the button's text when the button is in 'disabled' mode.

◆ highlightedImageColor

Color EasyTalk.Display.Style.ButtonStyleSettings.highlightedImageColor = Color.white

The color to use for the button's image when the button is in 'highlighted' mode.

◆ highlightedTextColor

Color EasyTalk.Display.Style.ButtonStyleSettings.highlightedTextColor = Color.white

The color to use for the button's text when the button is in 'highlighted' mode.

◆ normalImageColor

Color EasyTalk.Display.Style.ButtonStyleSettings.normalImageColor = Color.white

The color to use for the button's image when the button is in 'normal' mode.

◆ normalTextColor

Color EasyTalk.Display.Style.ButtonStyleSettings.normalTextColor = Color.white

The color to use for the button's text when the button is in 'normal' mode.

◆ pressedImageColor

Color EasyTalk.Display.Style.ButtonStyleSettings.pressedImageColor = Color.white

The color to use for the button's image when the button is in 'pressed' mode.

◆ pressedTextColor

Color EasyTalk.Display.Style.ButtonStyleSettings.pressedTextColor = Color.white

The color to use for the button's text when the button is in 'pressed' mode.