- x
- The x coordinate of the pixel to replace (0...width-1)
- y
- The y coordinate of the pixel to replace (0...height-1)
- color
- The ARGB color to write into the bitmap
Type Reason Java.Lang.IllegalStateException if the bitmap is not mutable Java.Lang.IllegalArgumentException if x, y are outside of the bitmap's bounds.
Write the specified Android.Graphics._Color into the bitmap (assuming it is mutable) at the x,y coordinate. The color must be a non-premultiplied ARGB value.