Module:Sandbox/Artoria2e5/Color: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 May 2021

  • curprev 12:2012:20, 16 May 2021imported>Artoria2e5 966 bytes +966 Created page with '-- Basic colorimetry. -- CC0. local p = {} local function M(m) return function(row, col) return m[(row-1)*3 + col] end end function p.v3_mul_mat33(v, m_)...'