Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cqt /
node_modules /
d3-interpolate /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
transform
[ DIR ]
drwxr-xr-x
array.js
540
B
-rw-r--r--
basis.js
600
B
-rw-r--r--
basisClosed.js
363
B
-rw-r--r--
color.js
700
B
-rw-r--r--
constant.js
29
B
-rw-r--r--
cubehelix.js
763
B
-rw-r--r--
date.js
144
B
-rw-r--r--
discrete.js
154
B
-rw-r--r--
hcl.js
550
B
-rw-r--r--
hsl.js
550
B
-rw-r--r--
hue.js
178
B
-rw-r--r--
index.js
1.36
KB
-rw-r--r--
lab.js
450
B
-rw-r--r--
number.js
110
B
-rw-r--r--
numberArray.js
332
B
-rw-r--r--
object.js
393
B
-rw-r--r--
piecewise.js
427
B
-rw-r--r--
quantize.js
163
B
-rw-r--r--
rgb.js
1.27
KB
-rw-r--r--
round.js
122
B
-rw-r--r--
string.js
1.72
KB
-rw-r--r--
value.js
806
B
-rw-r--r--
zoom.js
1.61
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rgb.js
import {rgb as colorRgb} from "d3-color"; import basis from "./basis.js"; import basisClosed from "./basisClosed.js"; import nogamma, {gamma} from "./color.js"; export default (function rgbGamma(y) { var color = gamma(y); function rgb(start, end) { var r = color((start = colorRgb(start)).r, (end = colorRgb(end)).r), g = color(start.g, end.g), b = color(start.b, end.b), opacity = nogamma(start.opacity, end.opacity); return function(t) { start.r = r(t); start.g = g(t); start.b = b(t); start.opacity = opacity(t); return start + ""; }; } rgb.gamma = rgbGamma; return rgb; })(1); function rgbSpline(spline) { return function(colors) { var n = colors.length, r = new Array(n), g = new Array(n), b = new Array(n), i, color; for (i = 0; i < n; ++i) { color = colorRgb(colors[i]); r[i] = color.r || 0; g[i] = color.g || 0; b[i] = color.b || 0; } r = spline(r); g = spline(g); b = spline(b); color.opacity = 1; return function(t) { color.r = r(t); color.g = g(t); color.b = b(t); return color + ""; }; }; } export var rgbBasis = rgbSpline(basis); export var rgbBasisClosed = rgbSpline(basisClosed);
Close