iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SpectrumLEDRange Struct Reference

LED Range for spectrum analyzer bar segments. More...

#include <IVBarGraphSpectrumAnalyzerControl.h>

Public Member Functions

 SpectrumLEDRange (float low, float high, int segs, IColor c)
 

Public Attributes

float lowRangeDB
 
float highRangeDB
 
int nSegs
 
IColor color
 

Detailed Description

LED Range for spectrum analyzer bar segments.

Definition at line 27 of file IVBarGraphSpectrumAnalyzerControl.h.

Constructor & Destructor Documentation

◆ SpectrumLEDRange()

SpectrumLEDRange::SpectrumLEDRange ( float  low,
float  high,
int  segs,
IColor  c 
)
inline

Definition at line 34 of file IVBarGraphSpectrumAnalyzerControl.h.

Member Data Documentation

◆ color

IColor SpectrumLEDRange::color

Definition at line 32 of file IVBarGraphSpectrumAnalyzerControl.h.

◆ highRangeDB

float SpectrumLEDRange::highRangeDB

Definition at line 30 of file IVBarGraphSpectrumAnalyzerControl.h.

◆ lowRangeDB

float SpectrumLEDRange::lowRangeDB

Definition at line 29 of file IVBarGraphSpectrumAnalyzerControl.h.

◆ nSegs

int SpectrumLEDRange::nSegs

Definition at line 31 of file IVBarGraphSpectrumAnalyzerControl.h.


The documentation for this struct was generated from the following file: