|
Blender V4.5
|
#include "BKE_node.hh"#include "BLI_math_base.hh"#include "BLI_math_color.h"#include "BLI_math_matrix_types.hh"#include "BLI_math_vector.hh"#include "BLI_math_vector_types.hh"#include "FN_multi_function_builder.hh"#include "BKE_node_runtime.hh"#include "NOD_multi_function.hh"#include "RNA_access.hh"#include "UI_interface.hh"#include "UI_resources.hh"#include "GPU_material.hh"#include "IMB_colormanagement.hh"#include "BLI_math_color.hh"#include "node_composite_util.hh"Go to the source code of this file.
Classes | |
| class | blender::nodes::node_composite_colorbalance_cc::ColorBalanceWhitePointFunction |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_composite_colorbalance_cc |
|
static |
Definition at line 474 of file node_composite_colorbalance.cc.
References blender::bke::bNodeType::build_multi_function, CMP_NODE_COLORBALANCE, cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::nclass, NODE_CLASS_OP_COLOR, blender::bke::node_register_type(), register_node_type_cmp_colorbalance(), blender::bke::bNodeType::ui_description, blender::bke::bNodeType::ui_name, and blender::bke::bNodeType::updatefunc.
Referenced by register_node_type_cmp_colorbalance().