| <<< Home | << Web | < Arithmetic | Top | Bottom | < Prev | Next > |
This image looked like one that might be useful for playing with the OR and AND functions.
Once again, we'll just AND/OR this image with another image that consists of a single solid color.
The red and green components aren't affected. Any blue components larger than 127 have 128 subtracted from them. Any white pixels (255,255,255) become near yellow (255,255,127).
The green and blue components are not affected. All pixels get a red value of x7f (127) or xff (255).
All pixels get a red value of at least x5f (95) and green and blue values of at least x1f (31).
| <<< Home | << Web | < Arithmetic | Top | Bottom | < Prev | Next > |