colors-and-gradients
forked from dscottboggs/colors-and-gradientscolors and gradients
This is a library focused on working with colors and gradients. At this stage it allows you to create an RGB gradient.
Installation
Add this to your application's shard.yml
:
dependencies:
colors:
github: dscottboggs/colors-and-gradients
Usage
require "colors"
include Colors
red = Color.red
green = Color.new red: 0, green: 0xFF, blue: 0
gray = Color.gray 0x55
color_based_on_percent = Gradient.new :red, :green, 100
color = color_based_on_percent[50] # => Color red: 127, green: 127, blue: 0
color.to_s # => "#7F7F00"
Development
It's crystal, just check out the repo.
Contributing
- Fork it (https://github.com/dscottboggs/colors/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- dscottboggs D. Scott Boggs - creator, maintainer
Repository
colors-and-gradients
Owner
Statistic
- 0
- 0
- 0
- 1
- 0
- 9 months ago
- March 23, 2021
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 01:59:06 GMT
Languages