# Gradient definition file: C12rndPastel
# StrongED$Mode = Message
#
# Colour rgb gradient with 12 knots in each channel. These
# are random, with a scaling factor and offset to create
# a pastel palette.
# Hold down Shift and click on the Contrast/Brightness icon
# to brighten/darken the palette (SELECT brightens, ADJUST
# darkens).

# Next two lines are required:
gradient_version:1.00
format:rgb
description:12 random RGB knots, scaled and offset to give a pastel palette

# user(9) holds the number of knots
user9:12

# user(0) is scale factor
user0:2.3
# user(1) is offset
user1:0.4

# Number of knots...
knot_countr:user(9)
knot_countg:user(9)
knot_countb:user(9)

# ...and their values
knotsr:RND(1)/user(0)+user(1)
knotsg:RND(1)/user(0)+user(1)
knotsb:RND(1)/user(0)+user(1)
