Skip to content

trickl/palette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trickl Palette

Maven Central build_status Maintainability Test Coverage License

This is a Java port of the Android Support Palette library to work outside the Android ecosystem.

From the Android support pages -

Good visual design is essential for a successful app, and color schemes are a primary component of design. The palette library is a support library that extracts prominent colors from images to help you create visually engaging apps.

Figure - An example image and its extracted color profiles given the default maximum color count (16) for the palette.

Example Image

Installation

To install from Maven Central:

<dependency>
  <groupId>com.github.trickl</groupId>
  <artifactId>palette</artifactId>
  <version>0.1.1</version>
</dependency>

Usage

See the Junit tests for usage

Building

To download the library into a folder called "palette" run

git clone https://github.com/trickl/palette.git

To build the library run

mvn clean build

Acknowledgments

About

This is a port of the Android Support Palette library to work outside Android.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors