- x
- The x coordinate (0...width-1) of the pixel to return
- y
- The y coordinate (0...height-1) of the pixel to return
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalArgumentException if x, y exceed the bitmap's bounds
Returns the Android.Graphics._Color at the specified location. Throws an exception if x or y are out of bounds (negative or >= to the width or height respectively). The returned color is a non-premultiplied ARGB value.