Rebol [
Title: "Fish 'n Strips"
Author: "Allen Kamp"
Email: allenk@powerup.com.au
Date: 6-Jun-2000
File: %fish.r
Purpose: {Fun with Transparency}
Category: [view 2]
]
trans: stylize [
r: image with [image: none color: none effect: [colorize 180.10.10]]
g: r with [effect: [colorize 10.180.10]]
b: r with [effect: [colorize 10.10.240]]
]
view/title layout [styles trans
size 200x200
backdrop 240.240.204
at 20x20 r 20x160
at 60x20 g 20x150
at 100x20 b 20x140
at 20x20 r 160x20
at 20x60 g 150x20
at 20x100 b 140x20
] "Fish 'n Strips"