e

eyedropper

An android library to pick colors from any image loaded in an ImageView or anything drawn on a Custom View
https://github.com/Madrapps/EyeDropper
The Apache Software License, Version 2.0
Madrapps
Files download
File Operation
eyedropper-1.1.3.pom download
eyedropper-1.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.madrapps</groupId>
  <artifactId>eyedropper</artifactId>
  <version>1.1.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.madrapps:eyedropper:1.1.3'
Gradle Kotlin
implementation("com.github.madrapps:eyedropper:1.1.3")
Scala SBT
libraryDependencies += "com.github.madrapps" % "eyedropper" % "1.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.madrapps', module='eyedropper', version='1.1.3')
)
Apache Ivy
<dependency org="com.github.madrapps" name="eyedropper" rev="1.1.3" />
Leiningen
[com.github.madrapps/eyedropper "1.1.3"]
Apache Buildr
'com.github.madrapps:eyedropper:jar:1.1.3'