c

colormath

Color space conversions for Java and Kotlin
https://github.com/ajalt/colormath
Apache-2.0
AJ Alt
Files download
File Operation
colormath-1.2.0.jar download
colormath-1.2.0.pom download
colormath-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ajalt</groupId>
  <artifactId>colormath</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.ajalt:colormath:1.2.0'
Gradle Kotlin
implementation("com.github.ajalt:colormath:1.2.0")
Scala SBT
libraryDependencies += "com.github.ajalt" % "colormath" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ajalt', module='colormath', version='1.2.0')
)
Apache Ivy
<dependency org="com.github.ajalt" name="colormath" rev="1.2.0" />
Leiningen
[com.github.ajalt/colormath "1.2.0"]
Apache Buildr
'com.github.ajalt:colormath:jar:1.2.0'