Stores shadow data for text-shadow.
Public Attributes | |
| int | Blur |
| How blurry the shadow is. More... | |
| int | HOffset |
| Horizontal shadow offset. More... | |
| int | VOffset |
| Vertical shadow offset. More... | |
| Color | Colour |
| The shadow colour. More... | |
| AtlasLocation[] | Location |
| The location of the current graphics (usually an SDF) in use. One for each character. More... | |
| int PowerUI.Css.ShadowData.Blur |
How blurry the shadow is.
| Color PowerUI.Css.ShadowData.Colour |
The shadow colour.
| int PowerUI.Css.ShadowData.HOffset |
Horizontal shadow offset.
| AtlasLocation [] PowerUI.Css.ShadowData.Location |
The location of the current graphics (usually an SDF) in use. One for each character.
| int PowerUI.Css.ShadowData.VOffset |
Vertical shadow offset.