MCPcopy
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

1var gl;
2
3function clamp(lo, value, hi) {
4 return Math.max(lo, Math.min(value, hi));
5}
6
7function wrapTexture(texture) {
8 return {

Callers 9

splineInterpolateFunction · 0.85
vibranceFunction · 0.85
brightnessContrastFunction · 0.85
vignetteFunction · 0.85
hueSaturationFunction · 0.85
sepiaFunction · 0.85
noiseFunction · 0.85
lensBlurFunction · 0.85
bulgePinchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected