petehouston/color-converter
Composer 安装命令:
composer require petehouston/color-converter
包简介
Convert color between Hex and RGB.
README 文档
README
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.
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-10-30