Download the PHP package popphp/pop-color without Composer
On this page you can find all versions of the php package popphp/pop-color. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download popphp/pop-color
More information about popphp/pop-color
Files in popphp/pop-color
Download popphp/pop-color
More information about popphp/pop-color
Files in popphp/pop-color
Vendor popphp
Package pop-color
Short Description Pop Color Component for Pop PHP Framework
License BSD-3-Clause
Homepage https://github.com/popphp/pop-color
Package pop-color
Short Description Pop Color Component for Pop PHP Framework
License BSD-3-Clause
Homepage https://github.com/popphp/pop-color
Please rate this library. Is it a good library?
Informations about the package pop-color
pop-color
- Overview
- Install
- Quickstart
Overview
Pop Color is a helpful component to manage different types of color values and conversions. Supported color formats include:
- RGB
- HEX
- HSL
- CMYK
- Grayscale
Within the Pop PHP Framework, the pop-css
, pop-image
and pop-pdf
components use this component.
Top
Install
Install pop-color
using Composer.
composer require popphp/pop-color
Or, require it in your composer.json file
"require": {
"popphp/pop-color" : "^1.0.1"
}
Top
Quickstart
Create a color object
The above command will print the default CSS format:
Convert to another color format
Accessing Color Properties
Parse Color Strings
Top
All versions of pop-color with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2.0
The package popphp/pop-color contains the following files
Loading the files please wait ....