Skip to content

Konloch/ColorUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorUtils

ColorUtils is a small collection of utility functions to deal with coloring on Java.

How To Add As Library

Add it as a maven dependency or just download the latest release.

<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>ColorUtils</artifactId>
  <version>1.2.0</version>
</dependency>

Links

How To Use

These functions are so small you're better off just reading the source code directly. Click here to view the source.