Hi again,

My first reply was a bit hasty.
I went back and checked my example code

        do http://anton.wildit.net.au/rebol/view/effect/grid.r

and you can set grid colour as long as the arguments
are specified in some ordered way. eg:

        [grid (spacing) (offset) (colour) (thickness)]
        [grid  11x11      2x2     purple     3x3 ]

Regards,

Anton.

=DEemseddin Moldibi [ Bircom ] wrote:
> Hi,
> Grid Effect has a color option according to VID document: =3D
> (http://www.rebol.com/docs/view-guide.html)
>=20
> {
>       Grid: Generate a two dimensional grid of lines. This is a useful        
> =3D
> backdrop for graphical layout programs. The optional arguments are: a         
> =
=3D
> PAIR that specifies the horizontal and vertical spacing of the grid   =3D
> lines, a PAIR that specifies the offset of the first lines, a PAIR    tha=
t =3D
> indicates the THICKNESS of the horizontal and vertical lines, and     a =3D
> TUPLE that provides the color of the lines.
> }
>=20
> But the following two lines give same result, is color ignored or am I =
=3D
> doing something wrong?
>=20
> view layout [box 100x100 blue effect [grid 5x8 10x10 2x1]]
>=20
> view layout [box 100x100 blue effect [grid 5x8 10x10 2x1 110.120.130]]
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to