-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Greetings. This wiki intends to serve as a collection of meaningful documentation and relevant coding snippets.
RGB-HSL Palette is a Java library that uses color theory in order to transform colors between different spaces. In addition to this, color theory (the composition of color into coherent structures) may be used in order to generate different color palettes based off of any color.
The only color space supported by JDK7 is RGB space: a color space which quantifies the amount of each additive primary color (red, green, and blue) a color currently has. As such, this library intends to fill that gap with conversions into other spaces.
If solely interested in additional functionality provided by some part of this library, Javadocs are accompanied with every available release. For first-time users, the navigation links attached contain guidance and extended explanations for using different components of this library.