- Back to Home »
- color sequence , Cyan , Data Frame , entertainment , intensity , Quot Quot Quot Quot , RGB color table , RGB LED , Substr »
- Looking for an RGB color table, constant intensity?
Posted by : Aron
неделя, 17 февруари 2013 г.
Hi, looking for a constant intensity RGB color table to use with a RGB LED. In R, I'd generate a color sequence like this: p=colorRampPalette(c("blue","cyan","green","yellow","red"))(255);data=data.frame(red=substr(gsub("#","",p),1,2),green=substr(gsub("#","",p),3,4),blue=substr(gsub("#","",p),4,5)...
By: quatch
Continue Reading »