c

colorful-gdx

Code for handling color spaces and otherwise manipulating color in powerful ways.
https://github.com/tommyettinger/colorful-gdx/
The Apache Software License, Version 2.0
Tommy Ettinger
Files download
File Operation
colorful-gdx-0.8.5.jar download
colorful-gdx-0.8.5.pom download
colorful-gdx-0.8.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tommyettinger</groupId>
  <artifactId>colorful-gdx</artifactId>
  <version>0.8.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.tommyettinger:colorful-gdx:0.8.5'
Gradle Kotlin
implementation("com.github.tommyettinger:colorful-gdx:0.8.5")
Scala SBT
libraryDependencies += "com.github.tommyettinger" % "colorful-gdx" % "0.8.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tommyettinger', module='colorful-gdx', version='0.8.5')
)
Apache Ivy
<dependency org="com.github.tommyettinger" name="colorful-gdx" rev="0.8.5" />
Leiningen
[com.github.tommyettinger/colorful-gdx "0.8.5"]
Apache Buildr
'com.github.tommyettinger:colorful-gdx:jar:0.8.5'
Dependencies
The project has no third-party dependencies