Grid View Options Choices

From Planimate Knowledge Base
Revision as of 15:34, 10 January 2008 by Craig.Chandler (talk | contribs) (1 revision(s))
Jump to navigation Jump to search

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