Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 280 Bytes

MeterBarLevel.md

File metadata and controls

10 lines (8 loc) · 280 Bytes

MeterBarLevel

This is a struct that defines the threshold and color for a bar element

Fields

Level (Float)

An element is lit if the signal level is greater than this threshold.

Color (Windows.UI.Color)

Sets the color of a lit element

Home