Auto-generated from Magnolia source.
returns :bool
opacity(color, amount, background)
rgba(r, g, b, a, background)
_default(value, fallback)
returns :object
guiColor · import(...)
threadLib · import(...)
_OK · {1 entries}
returns :int
returns :int
returns :list
_blendColor(fg, alpha, bg)
_smoothstep(edge0, edge1, x)
drawLineAA(deps, window, x0, y0, x1, y1, color, bgColor)
drawCircleFilledAA(deps, window, cx, cy, radius, color, bgColor)
drawCircleOutlineAA(deps, window, cx, cy, radius, color, bgColor)
drawEllipseFilledAA(deps, window, cx, cy, rx, ry, color, bgColor)
drawRoundedRectFilledAA(deps, window, x, y, width, height, radius, color, bgColor)
_edgeDistSigned(px, py, ax, ay, bx, by)
returns :int
drawTriangleFilledAA(deps, window, p0, p1, p2, color, bgColor)
drawCircleFilledAAParallel(deps, window, cx, cy, radius, color, bgColor, numWorkers)
thunk returns :function
thunk returns :function
returns :string
returns :function
_nToH · '0123456789abcdef'
returns :list
returns :string
returns :list
returns :bool
returns ?
thunk returns :function
debounce(duration, firstCall, f)
thunk returns :function
send(ch, value, callback)
returns ?
returns :object
returns :object
returns :object
returns :object
returns :object
pmapConcurrent(list, fnToRun, maxConcurrent)
pipeline(input, stages...)
retry(fnToRun, maxAttempts)
debounce(fnToRun, waitTime)
thunk returns :function
throttle(fnToRun, waitTime)
thunk returns :function