You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I plan to extract the color of an album image and it works fine, but the black part never returns the correct color value
Set the picture code as follows:
val bitmap = BitmapFactory.decodeFile(path)
if (bitmap != null) {
val drawable: Drawable = BitmapDrawable(resources, bitmap)
colorPickerView.setPaletteDrawable(drawable)
}
The text was updated successfully, but these errors were encountered:
I plan to extract the color of an album image and it works fine, but the black part never returns the correct color value
Set the picture code as follows:
val bitmap = BitmapFactory.decodeFile(path)
if (bitmap != null) {
val drawable: Drawable = BitmapDrawable(resources, bitmap)
colorPickerView.setPaletteDrawable(drawable)
}
The text was updated successfully, but these errors were encountered: