Skip to content

Commit

Permalink
Release 0.8.1 !
Browse files Browse the repository at this point in the history
Former-commit-id: bbbeafe
  • Loading branch information
tommyettinger committed Apr 28, 2022
1 parent 617b51b commit e6ead9a
Show file tree
Hide file tree
Showing 246 changed files with 6,386 additions and 6,387 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,12 +346,12 @@ Using the Maven Central dependency is recommended, and Gradle and Maven can both

Gradle dependency (`implementation` should be changed to `api` if any other dependencies use `api`):
```groovy
implementation 'com.github.tommyettinger:colorful:0.8.0'
implementation 'com.github.tommyettinger:colorful:0.8.1'
```

Gradle dependency if also using GWT to make an HTML application:
```groovy
implementation 'com.github.tommyettinger:colorful:0.8.0:sources'
implementation 'com.github.tommyettinger:colorful:0.8.1:sources'
```

And also for GWT, in your application's `.gwt.xml` file (usually `GdxDefinition.gwt.xml`)
Expand All @@ -364,20 +364,20 @@ If you don't use Gradle, here's the Maven dependency:
<dependency>
<groupId>com.github.tommyettinger</groupId>
<artifactId>colorful</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</dependency>
```

Using colorful-pure is similar:

Gradle dependency (`implementation` should be changed to `api` if any other dependencies use `api`):
```groovy
implementation 'com.github.tommyettinger:colorful-pure:0.8.0'
implementation 'com.github.tommyettinger:colorful-pure:0.8.1'
```

Gradle dependency if also using GWT to make an HTML application:
```groovy
implementation 'com.github.tommyettinger:colorful-pure:0.8.0:sources'
implementation 'com.github.tommyettinger:colorful-pure:0.8.1:sources'
```

And also for GWT, in your application's `.gwt.xml` file (usually `GdxDefinition.gwt.xml`)
Expand All @@ -390,9 +390,9 @@ If you don't use Gradle, here's the Maven dependency:
<dependency>
<groupId>com.github.tommyettinger</groupId>
<artifactId>colorful-pure</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</dependency>
```

If you don't use Gradle or Maven, [there are jars here](https://github.com/tommyettinger/colorful-gdx/releases/tag/v0.8.0).
If you don't use Gradle or Maven, [there are jars here](https://github.com/tommyettinger/colorful-gdx/releases/tag/v0.8.1).

2 changes: 1 addition & 1 deletion docs/colorful-pure/apidocs/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>All Classes (colorful-pure 0.8.0 API)</title>
<title>All Classes (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="class index">
Expand Down
2 changes: 1 addition & 1 deletion docs/colorful-pure/apidocs/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>All Packages (colorful-pure 0.8.0 API)</title>
<title>All Packages (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="package index">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>FloatColors (colorful-pure 0.8.0 API)</title>
<title>FloatColors (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: FloatColors">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Interpolation.BiasGain (colorful-pure 0.8.0 API)</title>
<title>Interpolation.BiasGain (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: BiasGain">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Interpolation.Bounce (colorful-pure 0.8.0 API)</title>
<title>Interpolation.Bounce (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: Bounce">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Interpolation.BounceIn (colorful-pure 0.8.0 API)</title>
<title>Interpolation.BounceIn (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: BounceIn">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Interpolation.BounceOut (colorful-pure 0.8.0 API)</title>
<title>Interpolation.BounceOut (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: BounceOut">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Interpolation.Elastic (colorful-pure 0.8.0 API)</title>
<title>Interpolation.Elastic (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: Elastic">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Interpolation.ElasticIn (colorful-pure 0.8.0 API)</title>
<title>Interpolation.ElasticIn (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: ElasticIn">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Interpolation.ElasticOut (colorful-pure 0.8.0 API)</title>
<title>Interpolation.ElasticOut (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: ElasticOut">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Interpolation.Exp (colorful-pure 0.8.0 API)</title>
<title>Interpolation.Exp (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: Exp">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Interpolation.ExpIn (colorful-pure 0.8.0 API)</title>
<title>Interpolation.ExpIn (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: ExpIn">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Interpolation.ExpOut (colorful-pure 0.8.0 API)</title>
<title>Interpolation.ExpOut (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: ExpOut">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Interpolation.Pow (colorful-pure 0.8.0 API)</title>
<title>Interpolation.Pow (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: Pow">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Interpolation.PowIn (colorful-pure 0.8.0 API)</title>
<title>Interpolation.PowIn (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: PowIn">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Interpolation.PowOut (colorful-pure 0.8.0 API)</title>
<title>Interpolation.PowOut (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: PowOut">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Interpolation.Swing (colorful-pure 0.8.0 API)</title>
<title>Interpolation.Swing (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: Swing">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Interpolation.SwingIn (colorful-pure 0.8.0 API)</title>
<title>Interpolation.SwingIn (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: SwingIn">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Interpolation.SwingOut (colorful-pure 0.8.0 API)</title>
<title>Interpolation.SwingOut (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: SwingOut">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Interpolation (colorful-pure 0.8.0 API)</title>
<title>Interpolation (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: Interpolation">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>MathTools (colorful-pure 0.8.0 API)</title>
<title>MathTools (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure, class: MathTools">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>ColorTools (colorful-pure 0.8.0 API)</title>
<title>ColorTools (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure.cielab, class: ColorTools">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>GradientTools (colorful-pure 0.8.0 API)</title>
<title>GradientTools (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure.cielab, class: GradientTools">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Palette (colorful-pure 0.8.0 API)</title>
<title>Palette (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure.cielab, class: Palette">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>SimplePalette (colorful-pure 0.8.0 API)</title>
<title>SimplePalette (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure.cielab, class: SimplePalette">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Uses of Class com.github.tommyettinger.colorful.pure.cielab.ColorTools (colorful-pure 0.8.0 API)</title>
<title>Uses of Class com.github.tommyettinger.colorful.pure.cielab.ColorTools (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: com.github.tommyettinger.colorful.pure.cielab, class: ColorTools">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Uses of Class com.github.tommyettinger.colorful.pure.cielab.GradientTools (colorful-pure 0.8.0 API)</title>
<title>Uses of Class com.github.tommyettinger.colorful.pure.cielab.GradientTools (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: com.github.tommyettinger.colorful.pure.cielab, class: GradientTools">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Uses of Class com.github.tommyettinger.colorful.pure.cielab.Palette (colorful-pure 0.8.0 API)</title>
<title>Uses of Class com.github.tommyettinger.colorful.pure.cielab.Palette (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: com.github.tommyettinger.colorful.pure.cielab, class: Palette">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Uses of Class com.github.tommyettinger.colorful.pure.cielab.SimplePalette (colorful-pure 0.8.0 API)</title>
<title>Uses of Class com.github.tommyettinger.colorful.pure.cielab.SimplePalette (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: com.github.tommyettinger.colorful.pure.cielab, class: SimplePalette">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>com.github.tommyettinger.colorful.pure.cielab (colorful-pure 0.8.0 API)</title>
<title>com.github.tommyettinger.colorful.pure.cielab (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.colorful.pure.cielab">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>com.github.tommyettinger.colorful.pure.cielab Class Hierarchy (colorful-pure 0.8.0 API)</title>
<title>com.github.tommyettinger.colorful.pure.cielab Class Hierarchy (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="tree: package: com.github.tommyettinger.colorful.pure.cielab">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Uses of Package com.github.tommyettinger.colorful.pure.cielab (colorful-pure 0.8.0 API)</title>
<title>Uses of Package com.github.tommyettinger.colorful.pure.cielab (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: com.github.tommyettinger.colorful.pure.cielab">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Uses of Class com.github.tommyettinger.colorful.pure.FloatColors (colorful-pure 0.8.0 API)</title>
<title>Uses of Class com.github.tommyettinger.colorful.pure.FloatColors (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: com.github.tommyettinger.colorful.pure, class: FloatColors">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Uses of Class com.github.tommyettinger.colorful.pure.Interpolation.BiasGain (colorful-pure 0.8.0 API)</title>
<title>Uses of Class com.github.tommyettinger.colorful.pure.Interpolation.BiasGain (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: BiasGain">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Uses of Class com.github.tommyettinger.colorful.pure.Interpolation.Bounce (colorful-pure 0.8.0 API)</title>
<title>Uses of Class com.github.tommyettinger.colorful.pure.Interpolation.Bounce (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: Bounce">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Uses of Class com.github.tommyettinger.colorful.pure.Interpolation.BounceIn (colorful-pure 0.8.0 API)</title>
<title>Uses of Class com.github.tommyettinger.colorful.pure.Interpolation.BounceIn (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: BounceIn">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (16) -->
<title>Uses of Class com.github.tommyettinger.colorful.pure.Interpolation.BounceOut (colorful-pure 0.8.0 API)</title>
<title>Uses of Class com.github.tommyettinger.colorful.pure.Interpolation.BounceOut (colorful-pure 0.8.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: com.github.tommyettinger.colorful.pure, class: Interpolation, class: BounceOut">
Expand Down
Loading

0 comments on commit e6ead9a

Please sign in to comment.