diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-16 20:35:10 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-16 20:35:10 +0100 |
commit | 35a9a5b9c58f3d6d26d5389dc518264dd92e8ec7 (patch) | |
tree | 266508468ca132c8d8a70632eb3479a2439b3ae5 /examples | |
parent | darkroom bug fix: order of filters was incorrect (diff) | |
download | blueshift-35a9a5b9c58f3d6d26d5389dc518264dd92e8ec7.tar.gz blueshift-35a9a5b9c58f3d6d26d5389dc518264dd92e8ec7.tar.bz2 blueshift-35a9a5b9c58f3d6d26d5389dc518264dd92e8ec7.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/darkroom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/darkroom b/examples/darkroom index 1bec693..d1647bc 100644 --- a/examples/darkroom +++ b/examples/darkroom @@ -74,6 +74,7 @@ for m in range(max(1, len(monitors))): r = gamma_red [m % len(gamma_red)] g = gamma_green[m % len(gamma_green)] b = gamma_blue [m % len(gamma_blue)] + clip() gamma(r, g, b) # Flush settings to monitor. |