Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 781 Bytes

File metadata and controls

20 lines (17 loc) · 781 Bytes

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.