Module:Rgba/doc: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

15 October 2024

  • curprev 18:2318:23, 15 October 2024Alex talk contribs 2,367 bytes +2,367 Created page with "{{Documentation}} {{Helper module |name = Rgba |fname1 = <nowiki>new( red, [green|0], [blue|0], [alpha|1] )</nowiki>;; <nowiki>new( hex )</nowiki> |ftype1 = number/string, number/nil, number/nil, number/nil |fuse1 = Returns a new rgba object. Values <code>red</code>, <code>green</code> and <code>blue</code> are in the range 0-255; <code>alpha</code> is 0-1. It is also possible to give a hex string e.g. <code>#112233</code> or <code>#11223344</code>...."