All public logs
From Black Cat Studios
Jump to navigationJump to search
Combined display of all available logs of Black Cat Studios. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:32, 19 June 2023 Blackcat talk contribs created page Module:Colo/sandboxr (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...")