Mercurial > hg > screen-ui
comparison src/Voice.cpp @ 19:055d7524bae4
Adjusted colours, reduced buffer zone.
author | samer |
---|---|
date | Tue, 31 Jan 2012 23:44:01 +0000 |
parents | 9a414ea6880d |
children | 4dcc4312b5fa |
comparison
equal
deleted
inserted
replaced
18:9a414ea6880d | 19:055d7524bae4 |
---|---|
34 // case moved: r=1; g=0; b=1; break; | 34 // case moved: r=1; g=0; b=1; break; |
35 // default: r=0; g=1; b=0; | 35 // default: r=0; g=1; b=0; |
36 } | 36 } |
37 | 37 |
38 if (isActive) { r=2*r; g=2*g; b=2*b; } | 38 if (isActive) { r=2*r; g=2*g; b=2*b; } |
39 ofSetColor(100*r,40*g,60*b); | 39 ofSetColor(100*r,60*g,60*b); |
40 ofFill(); | 40 ofFill(); |
41 ofCircle(posx, posy, radius); | 41 ofCircle(posx, posy, radius); |
42 //ofNoFill(); | 42 //ofNoFill(); |
43 //ofCircle(posx, posy, radius); | 43 //ofCircle(posx, posy, radius); |
44 | 44 |