Skip to content

Instantly share code, notes, and snippets.

@V-Abhilash-1999
Created May 23, 2023 12:20
Show Gist options
  • Save V-Abhilash-1999/23dbd90a63b58760cc6a5fd19bb8e9af to your computer and use it in GitHub Desktop.
Save V-Abhilash-1999/23dbd90a63b58760cc6a5fd19bb8e9af to your computer and use it in GitHub Desktop.
val bitmap = Bitmap.createBitmap(size.width.toInt(), size.height.toInt(), Bitmap.Config.ARGB_8888)
val hueCanvas = Canvas(bitmap)
val huePanel = RectF(0f, 0f, bitmap.width.toFloat(), bitmap.height.toFloat())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment