Grid View Options Choices: Difference between revisions

From Planimate Knowledge Base
Jump to navigation Jump to search
m (1 revision(s))
No edit summary
 
Line 1: Line 1:
'''<font face="Arial">RGB Display Mode<br /> </font>'''<font face="Arial">Given R, G and B range from 0 to 255, the colour of a cell is determined as follows:<br /> value = red + green * 256 + blue * 256 * 256<br /> In hex, the value is packed as follows:<br /> BBGGRR, so FF0000 will give a blue pixel<br /> If the value is set to &gt; 0xFFFFFF or &lt; 0, the cell is painted using the background colour of the grid display (which may be transparent). With in place editing enabled - a click toggles cells between 0 and 0xFFFFFF (black and white).<br /> The Encode RGB makes it simple to translate R/G/B values to the proper value.<br /> Hexadecimal value format mode makes working with RGBs easier.<br /><font face="Arial"><br />'''In Place Edit<br /> '''Allows user to interact with the Grid view.<br /> Click Actions can be associated with a broadcast.<br /><br />'''Display Cell Borders'''<br /> Shows a line brodering each cell.<br /><br />
'''RGB Display Mode'''


Given R, G and B range from 0 to 255, the colour of a cell is determined as follows:
value = red + green * 256 + blue * 256 * 256
In hex, the value is packed as follows: BBGGRR, so FF0000 will give a blue pixel.
With in place editing enabled. a click toggles cells between 0 and 0xFFFFFF (black and white).
The Encode RGB routine operation makes it simple to translate R/G/B values to the proper value.
Hexadecimal value format mode makes working with RGBs easier.
'''In Place Edit'''
Allows user to interact with the Grid view. Click Actions can be associated with a broadcast.
'''Display Cell Borders'''
Shows a line brodering each cell


</font></font>
----
----
[[Category:View/Grid (RGB)]]
 
 
<font size="2">idkbase note 10077</font>
 
[[Category:View]]
[[Category:Context Help]]
[[Category:Context Help]]
<font size="2">idkbase note 10077</font>

Latest revision as of 18:43, 12 January 2008

RGB Display Mode

Given R, G and B range from 0 to 255, the colour of a cell is determined as follows:

value = red + green * 256 + blue * 256 * 256

In hex, the value is packed as follows: BBGGRR, so FF0000 will give a blue pixel.

With in place editing enabled. a click toggles cells between 0 and 0xFFFFFF (black and white).


The Encode RGB routine operation makes it simple to translate R/G/B values to the proper value. Hexadecimal value format mode makes working with RGBs easier.


In Place Edit

Allows user to interact with the Grid view. Click Actions can be associated with a broadcast.


Display Cell Borders

Shows a line brodering each cell



idkbase note 10077