GetImageColor function

  1. @Native<Color Function(Image, Int, Int)>(Image, ffi.Int, ffi.Int)>()
Color GetImageColor(
  1. Image image,
  2. int x,
  3. int y
)

Implementation

@ffi.Native<Color Function(Image, ffi.Int, ffi.Int)>()
external Color GetImageColor(Image image, int x, int y);