Skip to content

yakovenkodenis/Colorize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colorize

Download

A tiny java library for generating random nice looking colors.

Installation

variant 1: Download colorize.jar and add it to your libs folder.

variant 2: Copy and paste Colorize.java class in your project.

Usage

Get random color:

String randomHexColor = Colorize.get();

Get color by name: (all available colors are listed here)

String color = Colorize.get("blue");

Check if color is available:

boolean colorAbailable = Colorize.checkColorAvailability("thistle");

About

A tiny java library for generating random nice looking colors

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages