Blender V5.0
white_point.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
8
9namespace blender::ocio {
10
11class Config;
12
13float3x3 calculate_white_point_matrix(const Config &config, float temperature, float tint);
14
15} // namespace blender::ocio
float3x3 calculate_white_point_matrix(const Config &config, const float temperature, const float tint)
MatBase< float, 3, 3 > float3x3