Ozdemirburak Iris Versions Save

PHP library for color manipulation and conversion.

3.1.1

1 year ago
  • Using float instead of int to avoid warnings @jaulz

3.1.0

1 year ago
  • Use float instead of int to avoid warnings @jaulz
  • Fixes for issues #39

2.5.0

2 years ago
  • Made BaseColor::back() and BaseColor::getColorModelName() public, added mixInHsv() @rv1971
  • Use non-locale aware output for the alpha value @Jako
  • Updated .gitignore, and some code refactoring @kudashevs

3.0.0

2 years ago
  • 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

2 years ago

Added new Hexa class, fixes issue #28, thanks to @amnuts.

2.3.1

3 years ago

Changed HSL to HSV conversion method, fixes issue #27.

2.3.0

3 years ago
  • Support PHP 8.0, fixes issue #26.

2.2.0

3 years ago

2.1.0

4 years ago
  • Remove PHP 7.1 support
  • Allow more than two precision for alpha @dtSniper

2.0.1

4 years ago
  • Added full list of CSS colours, thanks to @amnuts.