# Gradient definition file: C16waveCres
# StrongED$Mode = Message
#
# Simple waveform with increasing amplitude
#
# This demonstrates using user variables to generate
# a simple sine-like wave form, with gradually increasing
# 'amplitude'.
# See the notes for C10waveform for more details

# Next line is required:
gradient_version:1.00

# Format is 'greyscale' or 'rgb'
format:rgb
description:RGB greyscale waveform with increasing amplitude
# We alternate between user(0) and user(1)
user0:0.6
user1:0.4

# Knot count
user9:16

# Number of knots...
knot_countr:user(9)
knot_countg:user(9)
knot_countb:user(9)
# ...and their values
knotsr:user(k% MOD 2)+k%/30*(k% MOD 2*2-1)
knotsg:user(k% MOD 2)+k%/30*(k% MOD 2*2-1)
knotsb:user(k% MOD 2)+k%/30*(k% MOD 2*2-1)
