is not current version
Last Version 0.8.2

com.github.tommyettinger:colorful 0.4.1

Tools to manipulate color spaces in useful ways.

GroupId

GroupId

com.github.tommyettinger
ArtifactId

ArtifactId

colorful
Version

Version

0.4.1
Type

Type

jar

Download colorful 0.4.1


<!-- https://jarcasting.com/artifacts/com.github.tommyettinger/colorful/ -->
<dependency>
    <groupId>com.github.tommyettinger</groupId>
    <artifactId>colorful</artifactId>
    <version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tommyettinger/colorful/
implementation 'com.github.tommyettinger:colorful:0.4.1'
// https://jarcasting.com/artifacts/com.github.tommyettinger/colorful/
implementation ("com.github.tommyettinger:colorful:0.4.1")
'com.github.tommyettinger:colorful:jar:0.4.1'
<dependency org="com.github.tommyettinger" name="colorful" rev="0.4.1">
  <artifact name="colorful" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tommyettinger', module='colorful', version='0.4.1')
)
libraryDependencies += "com.github.tommyettinger" % "colorful" % "0.4.1"
[com.github.tommyettinger/colorful "0.4.1"]