runnable fragment

RE RGB Gradient Generator.fs

vidvox-isf-files color glsl runnable fragment MIT
code snippet
uniform sampler2D lookupImage;
uniform float frequency1;
uniform float phase1;
uniform float amplitude1;
uniform float offset1;
uniform float angle1;
uniform int curve1;
uniform float mixLevel1;
uniform vec4 startColor1;
uniform vec4 endColor1;
uniform float frequency2;
uniform float phase2;
uniform float amplitude2;
uniform float offset2;