安卓客户端对HSLA色彩模式支持很差
经常渲染渲染出来的是黑色。开发者工具里面正常
const _hue=Rand(0,180);
const _lightness=Rand(50,80);
context.fillStyle=‘hsla(’+_hue+’, 100%, ‘+_lightness+’%, 0.5)’;
经常渲染渲染出来的是黑色。开发者工具里面正常
const _hue=Rand(0,180);
const _lightness=Rand(50,80);
context.fillStyle=‘hsla(’+_hue+’, 100%, ‘+_lightness+’%, 0.5)’;