Skip to content

0.1.0

Compare
Choose a tag to compare
@arcticicestudio arcticicestudio released this 26 Sep 20:40
· 33 commits to develop since this release
v0.1.0


0.1.0 (2016-09-26)

Features

Implemented the public API (@arcticicestudio, #1, 8949a9b)
A basic usage guide for the public API can be found in the README section.

API

The entrypoint is the com.arcticicestudio.nord.Nord enum.
Every enum constant represents a color as Color object.

The API provides static methods to get the HEX and RGB color code string as well as the Color object itself.

Package Entity Modifier Method Description
com.arcticicestudio.nord Nord static + hex(Color) : String Converts the color to the HEX identifier.
com.arcticicestudio.nord Nord static + rgb(Color) : String Converts the color to the RGB identifier.
com.arcticicestudio.nord Nord - + get() : Color Returns the color object.

The full changelog ist available here