ColorPickerView icon indicating copy to clipboard operation
ColorPickerView copied to clipboard

The photo cannot extract black.

Open chengkaizone opened this issue 1 year ago • 0 comments

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) }

chengkaizone avatar Jul 09 '23 00:07 chengkaizone