Re: LF: How do you make a Greyscale picture program?


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

Re: LF: How do you make a Greyscale picture program?



If you have two bitplanes that get equal time, then there can only be three
colors. but, if one gets one unit of time, and the other two units, then four
colors can be made. use powers of two... so to make eight colors, you only
need three bitplanes with the following units of time- 1, 2, and 4. then the
planes correspond to bits in a 3-bit pixel value.

Tilde,
Jeffrey :j
JBridge21@aol.com