Mercurial > hg > asa
annotate FreqView.cpp @ 1:2ca5d7440b5c tip
added README
author | Fiore Martin <f.martin@qmul.ac.uk> |
---|---|
date | Fri, 26 Feb 2016 16:11:20 +0000 |
parents | 3004dd663202 |
children |
rev | line source |
---|---|
f@0 | 1 #include "FreqView.h" |
f@0 | 2 |
f@0 | 3 |
f@0 | 4 const double FreqView::kPeakDecayRate = 1; |
f@0 | 5 const double FreqView::kMaxPeakDB = 66.0; |
f@0 | 6 const double FreqView::kZeroDbY = FreqView::AmpToMeter(1.0, kMaxPeakDB); |
f@0 | 7 const IColor FreqView::kGridColor(20, 100, 100, 100); |
f@0 | 8 const IColor FreqView::kBgColor(255, 64, 64, 64); |
f@0 | 9 const IColor FreqView::kPadColor(255, 176, 176, 176); |
f@0 | 10 const IChannelBlend FreqView::kSelectionBlend(IChannelBlend::kBlendColorDodge, 0.5); |
f@0 | 11 const IColor FreqView::Grid::kZeroDbLineColor(255, 171, 2, 2); |