Blender V5.0
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
13namespace blender::ocio {
14
15class LibOCIOConfig;
17
18OCIO_NAMESPACE::ConstProcessorRcPtr create_ocio_display_processor(
19 const LibOCIOConfig &config, const DisplayParameters &display_parameters);
20
21OCIO_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
static AppView * view