B1SkillEntryWidgetGaugeColorInfo
- Defines the gauge color for a specific experience percentage range in the skill entry widget.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MinValue | int32 | The minimum gauge percentage (inclusive) for this color range; applies when MinValue <= x < MaxValue. | Category: B1SkillEntryWidgetGaugeColorInfo ClampMax: 100 ClampMin: 0 |
| MaxValue | int32 | The maximum gauge percentage (exclusive) for this color range; applies when MinValue <= x < MaxValue. | Category: B1SkillEntryWidgetGaugeColorInfo ClampMax: 100 ClampMin: 0 |
| ColorKey | FB1TableRowName | The color key from DT_ColorMapping used for the gauge fill color in this range. | Category: B1SkillEntryWidgetGaugeColorInfo ReferTo: B1ColorTableRow |
| AdditiveColorKey | FB1TableRowName | The additive color key from DT_ColorMapping applied on top of the base color in this range. | Category: B1SkillEntryWidgetGaugeColorInfo ReferTo: B1ColorTableRow |