标签: android colors palette android-palette
我想减少图像的颜色数。 Android提供了一个用于构建调色板的调色板库: https://developer.android.com/reference/android/support/v7/graphics/Palette.Builder.html
但Palette Builder只能自己构建调色板,但不会返回颜色映射。
是否有可以进行颜色量化的低级Android库?或者我自己需要实现这个?