# Gradient definition file: C20sine
# StrongED$Mode = Message
#
# This is a 'proper' sine wave, in the green channel.
# See the notes for C10waveform for more details

# Next two lines are required:
gradient_version:1.00
format:rgb
description:20 green knots giving a sine wave

user0:0.3
user1:10/50

# Number of knots...
knot_countr:20
knot_countg:20
knot_countb:20

# ...and their values
knotsr:0
knotsg:user(0)*SIN(k%*2*PI*user(1))+0.5
knotsb:0



