Content - LiruJ/GuiCookie GitHub Wiki

Overview

The Content attribute determines how an element's content (images and such) are drawn.

Colour

<Content Colour="#ccffcc"/>

The colour applied to the content.

See Colour.

Tint

<Content Tint="#aaa"/>

The colour multiplied with the main colour to produce a final colour. This can be used to darken or lighten the main colour of a style, for instance when a button is hovered over or clicked.

DropShadowOffset, DropShadowColour

<Content DropShadowOffset="5, 5" DropShadowColour="Black"/>

Defines a drop shadow with an offset from the content's position and a colour.

See Vector2.

⚠️ **GitHub.com Fallback** ⚠️