Grid View Options Choices: Difference between revisions

From Planimate Knowledge Base
Jump to navigation Jump to search
(Importing text file)
 
m (1 revision(s))
(No difference)

Revision as of 15:34, 10 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
If the value is set to > 0xFFFFFF or < 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).
The Encode RGB 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