Code clean
This commit is contained in:
parent
bad40d4ccd
commit
2dfb1daf04
3 changed files with 0 additions and 19 deletions
|
@ -43,10 +43,6 @@ public class RetroColorUtil {
|
|||
return Color.HSVToColor(hsv);
|
||||
}
|
||||
|
||||
public static int toolbarColor(@NonNull Context context) {
|
||||
return ATHUtil.INSTANCE.resolveColor(context, R.attr.colorButtonNormal);
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public static Palette generatePalette(@Nullable Bitmap bitmap) {
|
||||
return bitmap == null ? null : Palette.from(bitmap).clearFilters().generate();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue