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:
Diffstat (limited to 'source/blender/compositor/operations/COM_ColorCurveOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_ColorCurveOperation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/operations/COM_ColorCurveOperation.h b/source/blender/compositor/operations/COM_ColorCurveOperation.h
index 65a822508b8..2eb20148db9 100644
--- a/source/blender/compositor/operations/COM_ColorCurveOperation.h
+++ b/source/blender/compositor/operations/COM_ColorCurveOperation.h
@@ -36,7 +36,7 @@ class ColorCurveOperation : public CurveBaseOperation {
ColorCurveOperation();
/**
- * the inner loop of this program
+ * The inner loop of this operation.
*/
void executePixelSampled(float output[4], float x, float y, PixelSampler sampler);
@@ -65,7 +65,7 @@ class ConstantLevelColorCurveOperation : public CurveBaseOperation {
ConstantLevelColorCurveOperation();
/**
- * the inner loop of this program
+ * The inner loop of this operation.
*/
void executePixelSampled(float output[4], float x, float y, PixelSampler sampler);