# Test gradgrind file 1
# StrongED$Mode = Message

# Next line is required:
gradient_version:1.00

# format is 'greyscale' or 'rgb'
format:rgb

# **** RED section
# Number of red knots...
knot_countr:4
# If the "knotsr:" tag is present, its value is evaluated
# for each knot. You can use any BASIC expression here.
# The variable k% holds the current knot being read (1..knot_count).
knotsr:RND(1)

# **** GREEN section
knot_countg:4
knotsg:RND(1)

# **** BLUE section
knot_countb:4
knotsb:RND(1)



