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)
| Name | Name | Last commit date | ||
|---|---|---|---|---|