set

operator fun Bitmap.set(x: Int, y: Int, pixel: Int)

set Pixels to Bitmap Easily


infix fun ImageView.set(@DrawableRes id: Int)
infix fun ImageView.set(bitmap: Bitmap)
infix fun ImageView.set(drawable: Drawable)
infix fun ImageView.set(ic: Icon)
infix fun ImageView.set(uri: Uri)