承接 marcovo/shade-blend-convert 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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) : array parses a color
  • SBC::ShadeBlendConvert(float $f_ratio, string $s_from, ?string $s_to = null) : ?string shades, blends or converts the color(s) based on what parameters you pass
  • SBC::Shade(float $f_ratio, string $s_from) : ?string shades a color
  • SBC::Blend(float $f_ratio, string $s_from, string $s_to) : ?string blends two colors
  • SBC::Convert(string $s_color) : ?string converts 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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2026-01-04