Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhb/color-gradient
A tool to generate a color based on a value and color thresholds
https://github.com/zhb/color-gradient
color color-gradient php
Last synced: about 1 month ago
JSON representation
A tool to generate a color based on a value and color thresholds
- Host: GitHub
- URL: https://github.com/zhb/color-gradient
- Owner: ZHB
- Created: 2018-07-10T13:09:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T13:19:07.000Z (almost 6 years ago)
- Last Synced: 2024-10-13T06:12:18.862Z (3 months ago)
- Topics: color, color-gradient, php
- Language: PHP
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Color Gradient
This library generates color gradients based on color gradient array and a given value.
## Installation
Use [Composer](http://getcomposer.org/) to install Color Gradient in your project:
```shell
composer require "zhb/color-gradient"
```## Examples