iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
IVLEDMeterControl< MAXNC >::LEDRange Struct Reference

LED Range comprises info for a range of LED segments. More...

#include <IVMeterControl.h>

Public Member Functions

 LEDRange (float lowRangeDB, float highRangeDB, int nSegs, IColor color)
 

Public Attributes

float lowRangeDB
 
float highRangeDB
 
int nSegs
 
IColor color
 

Detailed Description

template<int MAXNC = 1>
struct IVLEDMeterControl< MAXNC >::LEDRange

LED Range comprises info for a range of LED segments.

Definition at line 239 of file IVMeterControl.h.

Constructor & Destructor Documentation

◆ LEDRange()

template<int MAXNC = 1>
IVLEDMeterControl< MAXNC >::LEDRange::LEDRange ( float  lowRangeDB,
float  highRangeDB,
int  nSegs,
IColor  color 
)
inline

Definition at line 246 of file IVMeterControl.h.

Member Data Documentation

◆ color

template<int MAXNC = 1>
IColor IVLEDMeterControl< MAXNC >::LEDRange::color

Definition at line 244 of file IVMeterControl.h.

◆ highRangeDB

template<int MAXNC = 1>
float IVLEDMeterControl< MAXNC >::LEDRange::highRangeDB

Definition at line 242 of file IVMeterControl.h.

◆ lowRangeDB

template<int MAXNC = 1>
float IVLEDMeterControl< MAXNC >::LEDRange::lowRangeDB

Definition at line 241 of file IVMeterControl.h.

◆ nSegs

template<int MAXNC = 1>
int IVLEDMeterControl< MAXNC >::LEDRange::nSegs

Definition at line 243 of file IVMeterControl.h.


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