Download the PHP package petehouston/color-converter without Composer
On this page you can find all versions of the php package petehouston/color-converter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download petehouston/color-converter
More information about petehouston/color-converter
Files in petehouston/color-converter
Download petehouston/color-converter
More information about petehouston/color-converter
Files in petehouston/color-converter
Vendor petehouston
Package color-converter
Short Description Convert color between Hex and RGB.
License MIT
Package color-converter
Short Description Convert color between Hex and RGB.
License MIT
Please rate this library. Is it a good library?
Informations about the package color-converter
Color Converter
The simple PHP library to convert between Hex and RGB.
Usage
One single class ColorConverter with two functions:
hex2rgb(string $hex)
return an array with 3 values of Reg, Green and Blue.
rgb2hex(int $red, int $green, int $blue)
return a hex string respresentation.
Added build with Travis CI.
All versions of color-converter with dependencies
PHP Build Version
Package Version
No informations.
The package petehouston/color-converter contains the following files
Loading the files please wait ....