填坑Palette
Palette的用法
- 传入Bitmap构建Palette
- 通过 Palette 提取需要的颜色
构建Palette
Palette.Builder(Bitmap bitmap)
提取颜色
Palette.Swatch swatch=palette.getDominantSwatch() ;
int color = swatch.getRgb();
注意
swatch可能返回为null
Over 最近做梦都会梦见少主,怎么办,在线等,急
填坑Palette
Palette.Builder(Bitmap bitmap)
Palette.Swatch swatch=palette.getDominantSwatch() ;
int color = swatch.getRgb();
swatch可能返回为null
Over 最近做梦都会梦见少主,怎么办,在线等,急