Palette的意思是调色板,它的作用是从图像中提取出突出的颜色,这样就可以将提取出来的颜色赋给状态栏、Toolbar、标题栏等,使得整个界面看起来色调统一,UI风格更加美观和融洽。 看上方效果图:可以看到,下面的6个条块的颜色是从图片中提取出来的,Palette可以提取的颜色有: VibrantColor(有活力的颜色) LightVibrantColor...
Full Palette colors below grade schedule Coding workshops for womenVisit SheCodes Your Paletteexpand_lessfile_downloadDOWNLOADshareTWEET Dark primary color#7b1fa2 Light primary color#e1bee7 Primary color#9c27b0 Text / Icons#FFFFFF Accent color#ff9800 Primary text#212121 Secondary text#757575 Divider...
Palette preview Full Palette colors below grade schedule Coding workshops for womenVisit SheCodes Your Paletteexpand_lessfile_downloadDOWNLOADshareTWEET Dark primary color#0097a7 Light primary color#b2ebf2 Primary color#00bcd4 Text / Icons#FFFFFF Accent color#03a9f4 Primary text#212121 Secondary tex...
Palette palette=Palette.generate(bm);if(palette.getLightVibrantSwatch() !=null) {//得到不同的样本,设置给imageview进行显示iv.setBackgroundColor(palette.getLightVibrantSwatch().getRgb()); iv1.setBackgroundColor(palette.getDarkVibrantSwatch().getRgb()); iv2.setBackgroundColor(palette.getLightMuted...
LightMutedColor(柔和的 亮色) DarkMutedColor(柔和的 暗色) 如何使用Palette提取颜色 1.导入依赖 compile 'com.android.support:palette-v7:26.0.0-alpha1' 2.调用Palette提供的API public void pickPicColors() { Bitmap bitmap = ((BitmapDrawable) mIvPic.getDrawable()).getBitmap(); ...
LightMutedColor(柔和的 亮色) DarkMutedColor(柔和的 暗色) 如何使用Palette提取颜色 1.导入依赖 compile 'com.android.support:palette-v7:26.0.0-alpha1' 2.调用Palette提供的API publicvoidpickPicColors(){Bitmapbitmap=((BitmapDrawable)mIvPic.getDrawable()).getBitmap();Palette.Builderbuilder=Palette.from...
Sketch 用户:尝试搜索一下这个插件: Koji Ishimoto 的Material Design Color Palette Sketch Plugin。它是开放的资源,放心下载。 Gimp / Inkscape用户:有两种选择:KiSSFLOW的gimp-material-design-color-palette和 Soichiro Kashima 的material-design-colors。两者都很好用。
源码地址:https://github.com/AxeChen/MaterialDesignSimple 示例代码(由于提交中不慎修改了其他module的代码,所以用红框标出了) 1、Palette的基本理解 Palette是调色版的意思,用它能获取到Bitmap中一些活跃的颜色,其他控件通过设置这些颜色来优化界面色彩搭配。
Sketch 用户:尝试搜索一下这个插件: Koji Ishimoto 的Material Design Color Palette Sketch Plugin。它是开放的资源,放心下载。 Gimp / Inkscape用户:有两种选择:KiSSFLOW的gimp-material-design-color-palette和 Soichiro Kashima 的material-design-colors。两者都很好用。
<2>For Sketch: 查看由Koji Ishimoto创建的开源的Material Design Color Palette Sketch Plugin <3>For Gimp/Inkscape: 你有两个选择,KiSSFLOW创建的gimp-material-design-color-palette 和由Soichrio Kashima创建的material-design-colors。 原文链接: