Blender V4.5
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 "../opencolorio.hh"
10
11namespace blender::ocio {
12
13class LibOCIOConfig;
15
16OCIO_NAMESPACE::ConstProcessorRcPtr create_ocio_display_processor(
17 const LibOCIOConfig &config, const DisplayParameters &display_parameters);
18
19} // namespace blender::ocio
20
21#endif