有关tint()函数的设置方式描述不正确的是:()。
A、tint(n); // n代表颜色值
B、tint(n,m); // n代表灰度值,m为透明度值
C、tint(a,b,c); // 三个参数代表三色的色值
D、tint(a,b,c,d); // 四个参数代表三色的色值和透明度值