Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/evanw/glfx.js
/ clamp
Function
clamp
src/core/canvas.js:3–5 ·
view source on GitHub ↗
(lo, value, hi)
Source
from the content-addressed store, hash-verified
1
var
gl;
2
3
function
clamp(lo, value, hi) {
4
return
Math.max(lo, Math.min(value, hi));
5
}
6
7
function
wrapTexture(texture) {
8
return
{
Callers
9
splineInterpolate
Function · 0.85
vibrance
Function · 0.85
brightnessContrast
Function · 0.85
vignette
Function · 0.85
hueSaturation
Function · 0.85
sepia
Function · 0.85
noise
Function · 0.85
lensBlur
Function · 0.85
bulgePinch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected