Toggle menu
9
205
64
18.8K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Color/sandbox: Revision history

Color / sandbox
From Kenshi Wiki

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.

11 March 2025

  • curprev 01:1201:12, 11 March 2025 Prd talk contribs 18,464 bytes +18,464 Created page with "-- Introduction: https://colorspace.r-forge.r-project.org/articles/color_spaces.html local p = {} local function isEmpty(value) return value == nil or value == '' end local function isNotEmpty(value) return value ~= nil and value ~= '' end local function argDefault(value, default) if (value == nil or value == '') then return default else return value end end local function numArgDefault(value, default) if (value == nil or value == '') then return default..."