Stronghold
Fonts Gradients Palettes Icons Images soon Patterns soon Audio soon Shaders
Admin
Browse 1 Sources
Types 7/8

Transitions are off by default.

runnable fragment

Auto Colors Histogram.fs

vidvox-isf-files color glsl runnable fragment MIT
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" : "",
isfvjeffectgeneratorauto colors histogram
source