View_setBloom function

  1. @Native<Void Function(Pointer<TView>, Bool, Float)>(ffi.Pointer<TView>, ffi.Bool, ffi.Float)>(isLeaf: true)
void View_setBloom(
  1. Pointer<TView> tView,
  2. bool enabled,
  3. double strength
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<TView>, ffi.Bool, ffi.Float)>(
    isLeaf: true)
external void View_setBloom(
  ffi.Pointer<TView> tView,
  bool enabled,
  double strength,
);