Skip to content

Small ruby library to create gradient images for use in web pages

Notifications You must be signed in to change notification settings

halffullheart/Gradient-PNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Gradient PNG

Usage:

require 'gradient_png'

# 100px tall, 1px wide gradient with rgb(240, 240, 240) at the top and
# rgb(200, 200, 200) at the bottom
GradientPng.vertical_gradient('header_background.png', [240, 240, 240], [200, 200, 200], 100)

About

Small ruby library to create gradient images for use in web pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages