Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ozdemirburak/iris

Tags

4.1.0

Toggle 4.1.0's commit message
Added gradient method for generating color scales between two or more…

… colors (#50, #51)

4.0.1

Toggle 4.0.1's commit message
Fix OKLCH parsing, accept both comma and space separated formats

4.0.0

Toggle 4.0.0's commit message
v4.0.0 - PHP 8.1+, OKLCH support, bug fixes

3.1.1

Toggle 3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #41 from jaulz/patch-2

fix: use float instead of int to avoid warnings #2

3.1.0

Toggle 3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #40 from jaulz/patch-1

fix: use float instead of int to avoid warnings

2.5.0

Toggle 2.5.0's commit message
added PHP 7.3, 7.4 tests back to workflow

3.0.0

Toggle 3.0.0's commit message
Remove PHP 7 support, will only support PHP 8. Added type hinting and…

… return type declarations. Made BaseColor::back() and BaseColor::getColorModelName() public @rv1971. Use non-locale aware output for the alpha value @Jako. Updated .gitignore, and some code refactoring @kudashevs

2.4.0

Toggle 2.4.0's commit message
added new Hexa class, v2.4.0

2.3.1

Toggle 2.3.1's commit message
changed HSL to HSV conversion method, fixes issue #27

2.3.0

Toggle 2.3.0's commit message
added PHP 8.0 to supported versions