Blender
V5.0
source
blender
imbuf
opencolorio
intern
libocio
libocio_display_processor.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2025 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
5
#pragma once
6
7
#if defined(WITH_OPENCOLORIO)
8
9
# include "
BLI_string_ref.hh
"
10
11
# include "
../opencolorio.hh
"
12
13
namespace
blender::ocio
{
14
15
class
LibOCIOConfig;
16
struct
DisplayParameters
;
17
18
OCIO_NAMESPACE::ConstProcessorRcPtr create_ocio_display_processor(
19
const
LibOCIOConfig &config,
const
DisplayParameters
&display_parameters);
20
21
OCIO_NAMESPACE::TransformRcPtr create_ocio_display_transform(
22
const
OCIO_NAMESPACE::ConstConfigRcPtr &ocio_config,
23
StringRefNull display,
24
StringRefNull
view
,
25
StringRefNull look,
26
StringRefNull from_colorspace);
27
28
}
// namespace blender::ocio
29
30
#endif
BLI_string_ref.hh
view
static AppView * view
Definition
FRS_freestyle.cpp:59
blender::ocio
Definition
BLF_api.hh:35
opencolorio.hh
blender::ocio::DisplayParameters
Definition
OCIO_config.hh:21
Generated on
for Blender by
doxygen
1.16.1