120
edits
(Added docs for "set pixel" command) |
(Fixes and style changes for colour spec examples) |
||
Line 14: | Line 14: | ||
Examples: | Examples: | ||
* 4 | * 4 <abbr title="bits per channel">bpc</abbr> and 4 colours would lead to a bit pattern of: <tt style="font-weight: bold"><span style="color: #c00">RRRR</span><span style="color: #090">GGGG</span> <span style="color: #00c">BBBB</span>UUUU</tt>. | ||
* 4 bpc and 3 colours would have a bit pattern of: <tt> | * 4 bpc and 3 colours would have a bit pattern of: <tt style="font-weight: bold"><span style="color: #c00">RRRR</span><span style="color: #090">GGGG</span> <span style="color: #00c">BBBB</span><span style="color: #666; font-weight: normal">0000</span></tt> | ||
* | * 12 bpc and 3 colours would have a bit pattern of: <tt style="font-weight: bold"><span style="color: #c00">RRRRRRRR RRRR</span><span style="color: #090">GGGG GGGGGGGG</span> <span style="color: #00c">BBBBBBBB BBBB</span><span style="color: #666; font-weight: normal">0000</span></tt> | ||
* | * 3 bpc and 3 colours would have a bit pattern of: <tt style="font-weight: bold"><span style="color: #c00">RRR</span><span style="color: #090">GGG</span><span style="color: #00c">BB B</span><span style="color: #666; font-weight: normal">0000000</span></tt> | ||
=== Co-ordinate === | === Co-ordinate === |