Table of Contents

Property ForegroundColor

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ForegroundColor

Style the foreground color of this widget.
This is dependent on the widget in question and only supports solid/full colors right now (no texture skinning).
For example, labels would style their text color; progress bars would style the bar.

[JsonProperty("foreground_color", NullValueHandling = NullValueHandling.Ignore)]
public NuiProperty<Color>? ForegroundColor { get; set; }

Property Value

NuiProperty<Color>