Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jimp-dev/jimp
/ sq
Function
sq
packages/utils/src/index.ts:224–224 ·
view source on GitHub ↗
(n: number)
Source
from the content-addressed store, hash-verified
222
rgba2: RGBAColor | RGBColor
223
) {
224
const
sq = (n: number) => Math.pow(n, 2);
225
const
{ max } = Math;
226
const
maxVal = 255 * 255 * 3;
227
const
rgba1A =
"a"
in rgba1 ? rgba1.a : 255;
Callers
1
colorDiff
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected