Internet Browser: Difference between revisions
Tonyzamboney (talk | contribs) Documented RGB565 color usage |
Tonyzamboney (talk | contribs) m Small formatting fix |
||
Line 808: | Line 808: | ||
* HTML5Test.com say that Drag and drop is supported but it's not (code on WebKit is ready, but it's not implemented on interface of browser) | * HTML5Test.com say that Drag and drop is supported but it's not (code on WebKit is ready, but it's not implemented on interface of browser) | ||
* Webpages are rendered with the RGB565 color format. | * Webpages are rendered with the RGB565 color format. | ||
** Most RGB colors on the web are specified in RGB8 format, but the 2D canvas | ** Most RGB colors on the web are specified in RGB8 format, but the 2D canvas <code>setFillColor</code> and <code>setStrokeColor</code> functions accept RGB565 colors when provided with parameters for red, green, blue, and alpha, respectively. | ||
==Tips== | ==Tips== |