Blender
V4.3
source
blender
compositor
operations
COM_GammaOperation.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2011 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
5
#pragma once
6
7
#include "
COM_MultiThreadedRowOperation.h
"
8
9
namespace
blender::compositor
{
10
11
class
GammaOperation
:
public
MultiThreadedRowOperation
{
12
public
:
13
GammaOperation
();
14
15
void
update_memory_buffer_row
(
PixelCursor
&p)
override
;
16
};
17
18
}
// namespace blender::compositor
COM_MultiThreadedRowOperation.h
blender::compositor::GammaOperation
Definition
COM_GammaOperation.h:11
blender::compositor::GammaOperation::update_memory_buffer_row
void update_memory_buffer_row(PixelCursor &p) override
Definition
COM_GammaOperation.cc:17
blender::compositor::GammaOperation::GammaOperation
GammaOperation()
Definition
COM_GammaOperation.cc:9
blender::compositor::MultiThreadedRowOperation
Definition
COM_MultiThreadedRowOperation.h:15
blender::compositor
Definition
COM_JumpFloodingAlgorithm.cc:20
blender::compositor::MultiThreadedRowOperation::PixelCursor
Definition
COM_MultiThreadedRowOperation.h:17
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0