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.4.1.jar download
colormath-1.4.1.pom download
colormath-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ajalt</groupId>
  <artifactId>colormath</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.ajalt:colormath:1.4.1'
Gradle Kotlin
implementation("com.github.ajalt:colormath:1.4.1")
Scala SBT
libraryDependencies += "com.github.ajalt" % "colormath" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ajalt', module='colormath', version='1.4.1')
)
Apache Ivy
<dependency org="com.github.ajalt" name="colormath" rev="1.4.1" />
Leiningen
[com.github.ajalt/colormath "1.4.1"]
Apache Buildr
'com.github.ajalt:colormath:jar:1.4.1'