runnable fragment
code snippet
uniform sampler2D inputImage;
uniform sampler2D sourceHistogram;
uniform int colorMode;
uniform int colorAdjustment;
uniform float maxGain;
uniform float threshold;
uniform float timeSmoothing;
precision mediump float;
/*
{
"CATEGORIES" : [
"Color Adjustment", "Histogram"
],
"DESCRIPTION" : "",