Sets the strength of the bloom.
@override Future setBloom(double bloom) async { _module.ccall("set_bloom", "void", ["void*".toJS, "float".toJS].toJS, [_viewer!, bloom.toJS].toJS, null); }