You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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