ImageFromChannel function

  1. @Native<Image Function(Image, Int)>(Image, ffi.Int)>()
Image ImageFromChannel(
  1. Image image,
  2. int selectedChannel
)

Implementation

@ffi.Native<Image Function(Image, ffi.Int)>()
external Image ImageFromChannel(Image image, int selectedChannel);