Search results

  • local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then ...
    7 KB (1,192 words) - 15:08, 6 October 2020
  • -- Constructs a data table to be passed to p.renderList. -- This could be "1, 2, 3", "a, b, c", or a number of others. The list style ...
    5 KB (679 words) - 23:37, 9 November 2020
  • -- This is a meta-module for producing message box templates, including -- Get a language object for formatDate and ucfirst. ...
    17 KB (2,503 words) - 11:02, 1 October 2020