xu-chris/contrastcolor
最新稳定版本:v0.0.7
Composer 安装命令:
composer require xu-chris/contrastcolor
包简介
Calculates contrast color for given HEX color
README 文档
README
Adds toContrastColor() to calculate wether using a white or a black color for a given image color in Kirby.
1 Installation
Download and copy this repository to site/plugins/contrastcolor or use compose:
compose require xu-chris/contrastcolor
2 Blueprint for image files
For images, you can create a blueprint that adds a color field:
title: Image
accept:
mime: image/jpeg, image/png
fields:
color:
label: Dominant color
type: color
format: hex
3 Use this plugin
Given an image with a color, you can use it like this:
$image->color()->toContrastColor()
Currently, it's limited for HEX color values automatically calculated
统计信息
- 总下载量: 95
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-09