Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-06-10 21:41:04 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-06-10 21:41:04 +0400
commitecbd2842dce7e8cd058f9c7088de902cc791041d (patch)
tree3b949d1487eb01523f4b69b2a44311b4baa5822b /source/blender/compositor/operations/COM_KeyingOperation.h
parent37f702addd43c4247357877d199690a47d665d69 (diff)
Add screen balance into interface
Could be helpful to be played around. Default value is 0.5, Most probably this default value should be set manually for older files.
Diffstat (limited to 'source/blender/compositor/operations/COM_KeyingOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_KeyingOperation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/compositor/operations/COM_KeyingOperation.h b/source/blender/compositor/operations/COM_KeyingOperation.h
index 0ce6481b835..1232d008ac8 100644
--- a/source/blender/compositor/operations/COM_KeyingOperation.h
+++ b/source/blender/compositor/operations/COM_KeyingOperation.h
@@ -46,6 +46,8 @@ public:
void initExecution();
void deinitExecution();
+ void setScreenBalance(float value) {this->screenBalance = value;}
+
void executePixel(float *color, float x, float y, PixelSampler sampler, MemoryBuffer *inputBuffers[]);
};