-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nord API #1
Labels
Milestone
Comments
arcticicestudio
added a commit
that referenced
this issue
Sep 26, 2016
arcticicestudio
added a commit
that referenced
this issue
Sep 26, 2016
arcticicestudio
added a commit
that referenced
this issue
Sep 26, 2016
arcticicestudio
added a commit
that referenced
this issue
Sep 26, 2016
Signature: + hex(Color) : String
arcticicestudio
added a commit
that referenced
this issue
Sep 26, 2016
Signature: + rgb(Color) : String
arcticicestudio
added a commit
that referenced
this issue
Sep 26, 2016
Signature: + getVersion() : String
arcticicestudio
added a commit
that referenced
this issue
Sep 26, 2016
arcticicestudio
referenced
this issue
Sep 26, 2016
arcticicestudio
added a commit
that referenced
this issue
Sep 26, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement the Nord API.
The main class and entry point should be the
com.arcticicestudio.nord.Nord
enum.Every enum constant should represent a color as
Color
object.The API should provide static methods to get the HEX and RGB string as well as the
Color
object itself.com.arcticicestudio.nord
Nord
+ hex(Color) : String
com.arcticicestudio.nord
Nord
+ rgb(Color) : String
com.arcticicestudio.nord
Nord
+ get() : Color
The text was updated successfully, but these errors were encountered: