-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnode_list.json
21 lines (21 loc) · 1.3 KB
/
node_list.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"BLEND LINEAR (JOV_GL)": "Simple linear blend between two images",
"COLOR CONVERSION (JOV_GL)": "Convert an image from one color space (RGB, HSV, LAB, XYZ) to another",
"COLOR PALETTE (JOV_GL)": "Color palette creation using the formula: color(t) = a + b * cos[tau(c*t+d)]",
"CONICAL GRADIENT (JOV_GL)": "Generate a conical gradient from black to white",
"DIRECTIONAL WARP (JOV_GL)": "Domain warp an image with a direction and distortion map",
"FILTER RANGE (JOV_GL)": "Select pixels from start color through end color",
"GRAYSCALE (JOV_GL)": "Convert input to grayscale",
"HSV ADJUST (JOV_GL)": "Hue, Saturation and Value adjustment control",
"INVERT (JOV_GL)": "Invert the channels of an image along a scalar [0",
"MIN MAX (JOV_GL)": "Gets the minimum and maximum of an image",
"NOISE PERLIN (JOV_GL)": "Classic Perlin noise",
"NOISE SIMPLEX (JOV_GL)": "Simplex noise, simply",
"NOISE WORLEY (JOV_GL)": "Worley noise with the best",
"NORMAL (JOV_GL)": "Convert input into a Normal map",
"NORMAL BLEND (JOV_GL)": "Blend two Normal maps",
"PIXELATE (JOV_GL)": "Pixelate input image",
"POSTERIZE (JOV_GL)": "Reduce the pixel color data range",
"SOBEL (JOV_GL)": "Finds the edges of an image",
"TRANSFORM (JOV_GL)": "Move, Rotate, Scale and Tile an image"
}