Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
TMPro.TMP_ColorGradient Class Reference
Inheritance diagram for TMPro.TMP_ColorGradient:

Public Member Functions

 TMP_ColorGradient ()
 Default Constructor which sets each of the colors as white. More...
 
 TMP_ColorGradient (Color color)
 Constructor allowing to set the default color of the Color Gradient. More...
 
 TMP_ColorGradient (Color color0, Color color1, Color color2, Color color3)
 The vertex colors at the corners of the characters. More...
 

Public Attributes

Color bottomLeft
 
Color bottomRight
 
Color topLeft
 
Color topRight
 

Constructor & Destructor Documentation

TMPro.TMP_ColorGradient.TMP_ColorGradient ( )
inline

Default Constructor which sets each of the colors as white.

TMPro.TMP_ColorGradient.TMP_ColorGradient ( Color  color)
inline

Constructor allowing to set the default color of the Color Gradient.

Parameters
color
TMPro.TMP_ColorGradient.TMP_ColorGradient ( Color  color0,
Color  color1,
Color  color2,
Color  color3 
)
inline

The vertex colors at the corners of the characters.

Parameters
color0Top left color.
color1Top right color.
color2Bottom left color.
color3Bottom right color.

Member Data Documentation

Color TMPro.TMP_ColorGradient.bottomLeft
Color TMPro.TMP_ColorGradient.bottomRight
Color TMPro.TMP_ColorGradient.topLeft
Color TMPro.TMP_ColorGradient.topRight

The documentation for this class was generated from the following file: