How to set transparent canvas backgournd color from Base2D.hx demo?

how to set transparent canvas background color from Base2D.hx demo instead of default black color?

1: first ,set aplha:true of webgl options
2:set engine.backgournd=null;

fixed.