Color palettes for your projects
Add the dependency
dependencies {
compile 'com.manolovn:colorbrewer:1.0.0'
}
There are a lot of different palettes, choose one and explore the API. For example, to generate a 20 steps interpolation of Greys palette:
int[] colors = ColorBrewer.Greys.getColorPalette(20);
Copyright 2015 Manuel Vera Nieto
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.