Changes

276 bytes added ,  21:06, 15 November 2022
Documented RGB565 color usage
Line 807: Line 807:  
  <input type="file" />
 
  <input type="file" />
 
* 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.
 +
** Most RGB colors on the web are specified in RGB8 format, but the 2D canvas `setFillColor` and `setStrokeColor` functions accept RGB565 colors when provided with parameters for red, green, blue, and alpha, respectively.
    
==Tips==
 
==Tips==
26

edits