|
Blender V4.3
|
#include "scene/colorspace.h"#include "util/color.h"#include "util/half.h"#include "util/image.h"#include "util/log.h"#include "util/math.h"#include "util/thread.h"#include "util/vector.h"Go to the source code of this file.
Functions | |
| ustring | u_colorspace_raw ("__builtin_raw") |
| ustring | u_colorspace_srgb ("__builtin_srgb") |
Variables | |
| CCL_NAMESPACE_BEGIN ustring | u_colorspace_auto |
| ustring u_colorspace_raw | ( | "__builtin_raw" | ) |
| ustring u_colorspace_srgb | ( | "__builtin_srgb" | ) |
| CCL_NAMESPACE_BEGIN ustring u_colorspace_auto |
Definition at line 23 of file colorspace.cpp.
Referenced by ColorSpaceManager::colorspace_is_data(), ColorSpaceManager::detect_known_colorspace(), ColorSpaceManager::get_processor(), NODE_DEFINE(), NODE_DEFINE(), and OIIOOutputDriver::write_render_tile().