c

colormath-ext-android-color-android

Multiplatform color space conversions for Kotlin
https://github.com/ajalt/colormath/
The MIT License
AJ Alt
Files download
File Operation
colormath-ext-android-color-android-3.6.0.pom download
colormath-ext-android-color-android-3.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ajalt.colormath</groupId>
  <artifactId>colormath-ext-android-color-android</artifactId>
  <version>3.6.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.ajalt.colormath:colormath-ext-android-color-android:3.6.0'
Gradle Kotlin
implementation("com.github.ajalt.colormath:colormath-ext-android-color-android:3.6.0")
Scala SBT
libraryDependencies += "com.github.ajalt.colormath" % "colormath-ext-android-color-android" % "3.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ajalt.colormath', module='colormath-ext-android-color-android', version='3.6.0')
)
Apache Ivy
<dependency org="com.github.ajalt.colormath" name="colormath-ext-android-color-android" rev="3.6.0" />
Leiningen
[com.github.ajalt.colormath/colormath-ext-android-color-android "3.6.0"]
Apache Buildr
'com.github.ajalt.colormath:colormath-ext-android-color-android:jar:3.6.0'