WOLFRAM|DEMONSTRATIONS PROJECT

Making a Color Spinner

​
RGB(a,b,c)
complementary
flicker colors
photograph
a
1
b
1
c
1
thickness
0.001
spin for RGB(a,b,c)
This Demonstration shows disks for making spinners. Print and cut out a disk, make a hole in the center, put it on a small spindle or pushpin and spin it.
The "
RGB(a,b,c)
" button has a disk divided into three sectors colored
RGB(a,0,0)
,
RGB(0,b,0)
and
RGB(0,0,c)
. The smaller disk in the center is colored
RGB(a,b,c)
. When the spinner rotates quickly, the whole disk should appear colored by the same color,
RGB(a,b,c)
. But that is generally not true; evidently, mixing colors by rotation is not the same as mixing colors for print.
The "complementary" button shows sectors that are colored by complementary colors
RGB(a,b,c)
and
RGB(1-a,1-b,1-c)
. So the rotated disk should appear white, but this is not always true.
The "flicker colors" button has a disk that produces optical illusions caused by motion. When the disk spins, you will begin to see yellow in the inner half and blue in the outer half (or vice versa).
The "photograph" button shows a picture of two completed spinners.
You can click the "spin" trigger to set the RGB disk in motion. The effectiveness of the observed color mixing depends on your computer's processor speed.