Uses of Class
net.risingworld.api.ui.style.StyleColor
Packages that use StyleColor
-
Uses of StyleColor in net.risingworld.api.ui.style
Fields in net.risingworld.api.ui.style declared as StyleColorModifier and TypeFieldDescriptionfinal StyleColor
Style.backgroundColor
Sets the background color of the element (not to be confused withcolor
orbackgroundImageTintColor
when using images)final StyleColor
Style.backgroundImageTintColor
If an image is used, this determines the tint color of the image (i.e the color the image gets multipled with)final StyleColor
Style.borderBottomColor
If a bottom border is used, this determines the color of the borderfinal StyleColor
Style.borderLeftColor
If a left border is used, this determines the color of the borderfinal StyleColor
Style.borderRightColor
If a right border is used, this determines the color of the borderfinal StyleColor
Style.borderTopColor
If a top border is used, this determines the color of the borderfinal StyleColor
Style.color
Sets the color of the element (not to be confused withbackgroundColor
)final StyleColor
Style.textOutlineColor
Sets a color for an optional text outline