Table of Contents

TTMSFNCWidgetLEDScopeChannel Class

Represents a single channel (vertical bar) of the LED scope. Each channel renders a stack of LED steps and exposes its own colors, value, peak indicator, and stroke.

API unit family: TMSFNCWidgetLEDScope Inherits from: TCollectionItem

Syntax

TTMSFNCWidgetLEDScopeChannel = class(TCollectionItem)

Properties

Name Description
ActiveStartColor Color used at the bottom of the active (lit) step gradient, applied to steps up to the current value.
ActiveStopColor Color used at the top of the active (lit) step gradient, applied to steps up to the current value.
PeakColor Color of the peak-indicator step.
PeakValue One-based index of the step that displays the peak indicator.
ShowPeak When True, draws the peak-indicator step at PeakValue.
StartColor Color used at the bottom of an inactive (below-value) step gradient.
Steps Number of discrete LED steps stacked in the channel.
StopColor Color used at the top of an inactive (below-value) step gradient.
Stroke Stroke (outline) drawn around each LED step of the channel.
Value Number of steps that are currently lit, counted from the bottom.

Used by