Blender
V4.3
source
blender
compositor
realtime_compositor
algorithms
COM_algorithm_extract_alpha.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2024 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
5
#pragma once
6
7
#include "
COM_context.hh
"
8
#include "
COM_result.hh
"
9
10
namespace
blender::realtime_compositor
{
11
12
/* Extracts the alpha channel from the given input and write it to the given output. The output
13
* will be allocated internally and is thus expected not to be previously allocated. */
14
void
extract_alpha
(Context &context, Result &input, Result &output);
15
16
}
// namespace blender::realtime_compositor
COM_context.hh
COM_result.hh
blender::realtime_compositor
Definition
BKE_node.hh:80
blender::realtime_compositor::extract_alpha
void extract_alpha(Context &context, Result &input, Result &output)
Definition
extract_alpha.cc:43
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0