[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
greying out cells in a sequence dialog item
- Subject: greying out cells in a sequence dialog item
- From: Ranson <ranson@LANNION.cnet.fr>
- Date: Fri, 18 Jun 1993 03:14:00 +0000
If you want to draw in "real" grey, set the fore color to grey. If you want
the patterned grey (alternating black and white pixels), draw in black and
then draw the grey pattern (e.g. draw a filled rectangle) using the patBic
mode. This mode leaves the whites pixels white, and change the black pixels
to the pattern.
Daniel.