Halo

优质
小牛编辑
130浏览
2023-12-01


Halo is the circle of light around the earth. The default color of halo is halo 0xffffff.
The color can be set through configure() as follow:

controller.configure({
        color: {
                halo:0xff0000
        }
});

Or it can be modified dynamically by setHaloColor().