View_setBlendMode function
- @Native<
Void Function(Pointer< (ffi.Pointer<TView>, ffi.UnsignedInt)>(isLeaf: true)TView> , UnsignedInt)>
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<TView>, ffi.UnsignedInt)>(
isLeaf: true)
external void View_setBlendMode(
ffi.Pointer<TView> view,
int blendMode,
);