Skip to content
This repository has been archived by the owner on Aug 11, 2019. It is now read-only.

Northem Light - Java 0.1.0

Latest
Compare
Choose a tag to compare
@arcticicestudio arcticicestudio released this 09 Apr 09:36
· 16 commits to develop since this release
v0.1.0

Features

Constants

Name RGB Value
DARK_GRAY 69,69,70
DARK_GRAY 69,69,70
GRAY 109,109,111
LIGHT_GRAY 198,198,200
DARK_SNOW 242,242,247
DIRTY_SNOW 249,249,252
SNOW 255,255,255
AQUA 122,202,194
LIGHT_BLUE 111,186,208
BLUE 113,167,202
DARK_BLUE 87,129,179
RED 223,92,90
YELLOW 255,197,104
ORANGE 241,144,84
LIME 197,201,97
PURPLE 186,142,196

Methods

Name Description
NorthemLight(final int RED, final int GREEN, final int BLUE) Constructs a new color object.
public static String rgb(final Color COLOR) Converts the color to the RGB identifier.
public static String hex(final Color COLOR) Converts the color to the HEX identifier.
public Color get() Returns the color object.

The full changelog ist available here