diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-07-16 15:45:42 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-07-16 15:45:42 +0200 |
| commit | 9c4bb1ffc6098ec2ece30695ba4b2814c9db6868 (patch) | |
| tree | 3e1668c2bd8249d08137afcb9695869b337b5fa5 /app/client/modules | |
| parent | 03ddc67962f4c1d709c8f61bfa96bf5d8117948d (diff) | |
hsl sliders
Diffstat (limited to 'app/client/modules')
| -rw-r--r-- | app/client/modules/pix2pixhd/views/pix2pixhd.live.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js index 9d3ee9a..14cb5a6 100644 --- a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js +++ b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js @@ -235,6 +235,24 @@ class Pix2PixHDLive extends Component { /> </ParamGroup> + <ParamGroup + title='HSL Transformation' + name='hsl' + > + <Slider live + name='hue' + min={-1.0} max={1.0} type='float' + /> + <Slider live + name='saturation' + min={-1.0} max={1.0} type='float' + /> + <Slider live + name='luminosity' + min={-1.0} max={1.0} type='float' + /> + </ParamGroup> + </div> </div> </div> |
