求助 怎样把背景改成黑蓝渐变啊啊啊啊求求大神帮忙解答急急急
processing吧
全部回复
仅看楼主
level 1
萌萌哒小寇www
楼主
谢谢大神们啊
2016年09月28日 01点09分
1
level 11
XD_Ares
int r=0,g=0,b=0;
void setup(){
size(255,255);
}
void draw(){
for(int i = 0;i<255;i++){
b = i;
stroke(r,g,b);
line(i,0,i,height);
}
}
2016年09月29日 09点09分
2
level 11
XD_Ares
其实可以把这个图片保存下来然后设为背景,这样不会影响程序;
2016年09月29日 09点09分
3
level 11
XD_Ares
线性渐变就画线 径向渐变就画圆
2016年09月29日 09点09分
4
萌萌哒小寇www
谢谢大神
2016年10月18日 22点10分
XD_Ares
@萌萌哒小寇www
现在能说谢谢的已经不多了,哈哈,其实我也算不上大神,会一点点比较基础而已
2016年10月19日 13点10分
1