marcovo/shade-blend-convert
最新稳定版本:v1.0
Composer 安装命令:
composer require marcovo/shade-blend-convert
包简介
Utility class for shading, blending and converting colors
README 文档
README
This is a small PHP library for shading, blending and converting colors. It is based on the javascript library that was created by PimpTrizkit following his answer and question on StackOverflow.
This library provides the SBC class containing 5 static methods:
SBC::parse(string $s_color) : arrayparses a colorSBC::ShadeBlendConvert(float $f_ratio, string $s_from, ?string $s_to = null) : ?stringshades, blends or converts the color(s) based on what parameters you passSBC::Shade(float $f_ratio, string $s_from) : ?stringshades a colorSBC::Blend(float $f_ratio, string $s_from, string $s_to) : ?stringblends two colorsSBC::Convert(string $s_color) : ?stringconverts between color notations
See the docblocks in SBC.php for detailed explanations
Installation
You can find this library on packagist, so you can install it using composer using this command:
composer require marcovo/shade-blend-convert 统计信息
- 总下载量: 32.48k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2026-01-04