Visualizing the normalized RGB color space

(r, g) = (R/(R + G + B), G/(R + G + B))

RowBox[{RowBox[{Show, [, RowBox[{RowBox[{Graphics, [, RowBox[{Table, [, RowBox[{RowBox[{{, Row ... , 5, 255, 10}}], ]}], ]}], ,,  , AspectRatioAutomatic, ,,  , FrameTrue}], ]}], ;}]

[Graphics:../HTMLFiles/index_3.gif]

(r, b) = (R/(R + G + B), B/(R + G + B))

RowBox[{RowBox[{Show, [, RowBox[{RowBox[{Graphics, [, RowBox[{Table, [, RowBox[{RowBox[{{, Row ... , 5, 255, 10}}], ]}], ]}], ,,  , AspectRatioAutomatic, ,,  , FrameTrue}], ]}], ;}]

[Graphics:../HTMLFiles/index_6.gif]

(g, b) = (G/(R + G + B), B/(R + G + B))

RowBox[{RowBox[{Show, [, RowBox[{RowBox[{Graphics, [, RowBox[{Table, [, RowBox[{RowBox[{{, Row ... , 5, 255, 10}}], ]}], ]}], ,,  , AspectRatioAutomatic, ,,  , FrameTrue}], ]}], ;}]

[Graphics:../HTMLFiles/index_9.gif]


Created by Mathematica  (February 5, 2004)