DIR : /home/kozerus/public_html/pn/uize/site-source/js/Uize/Color/xUtil.todo
/home/kozerus/public_html/pn/uize/site-source/js/Uize/Color
This is a TO DO document for the =Uize.Color.xUtil= module.
- possibly have a gray encoding
eg. {gray:50}
- a gray level in range of 0-100, being black to white
- encoding name is gray, so can use {'encoding name':value} scheme for specifying value
- its an encoding for sRGB
- when encoding, average components to produce gray value ((tuple [0] + tuple [1] + tuple [2]) / 3 / 255 * 100
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer