[TIB] Re: Graphics


[Prev][Next][Index][Thread]

[TIB] Re: Graphics




> As it turns out, the lines in the diagonal flood-fill pattern are just
> a bit too far apart (3 pixels) to give any useful checkerboard pattern
> when overlapped.  What a pity.
...
> HTH,
> -Arthur

Wasn't there some optional argument that set the spacing?
This is what Catalog Help says about "Shade(":
(lowerfunc,upperfunc[,Xleft,Xright,pattern,patres])

This worked for me:
Shade(0,10,0,10,3,2)
(The first 0,10 are the lower and upper bound, the second
0,10 pair is the left and right bounds, 3 (4 works too BTW)
means diagonal shading, and the 2 fixes the distance (it
sets the PATtern RESolution to two pixels).)

Hope this helps,
Rob van Wijk

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!




References: