|
Blender V5.0
|
#include "BLI_assert.h"#include "BLI_math_color.h"#include "BLI_math_vector_types.hh"#include "FN_multi_function_builder.hh"#include "NOD_multi_function.hh"#include "GPU_material.hh"#include "node_composite_util.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_composite_separate_color_cc |
| namespace | blender::nodes::node_composite_combine_color_cc |
Definition at line 17 of file node_composite_sepcomb_color.cc.
References BLI_YCC_ITU_BT709, CMP_NODE_COMBSEP_COLOR_RGB, data, MEM_callocN(), and bNode::storage.
Referenced by register_node_type_cmp_combine_color(), and register_node_type_cmp_separate_color().
|
static |
Definition at line 25 of file node_composite_sepcomb_color.cc.
References BLI_assert_unreachable, CMP_NODE_COMBSEP_COLOR_HSL, CMP_NODE_COMBSEP_COLOR_HSV, CMP_NODE_COMBSEP_COLOR_RGB, CMP_NODE_COMBSEP_COLOR_YCC, CMP_NODE_COMBSEP_COLOR_YUV, ListBase::first, bNodeSocket::next, node_sock_label(), and node_sock_label_clear().
Referenced by blender::nodes::node_composite_combine_color_cc::cmp_node_combine_color_update(), and blender::nodes::node_composite_separate_color_cc::cmp_node_separate_color_update().
|
static |
Definition at line 420 of file node_composite_sepcomb_color.cc.
References blender::bke::bNodeType::build_multi_function, CMP_NODE_COMBINE_COLOR, cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_CONVERTER, node_cmp_combsep_color_init(), node_copy_standard_storage(), node_free_standard_storage(), blender::bke::node_register_type(), blender::bke::node_type_storage(), blender::bke::bNodeType::ui_description, blender::bke::bNodeType::ui_name, and blender::bke::bNodeType::updatefunc.
|
static |
Definition at line 223 of file node_composite_sepcomb_color.cc.
References blender::bke::bNodeType::build_multi_function, CMP_NODE_SEPARATE_COLOR, cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_CONVERTER, node_cmp_combsep_color_init(), node_copy_standard_storage(), node_free_standard_storage(), blender::bke::node_register_type(), blender::bke::node_type_storage(), blender::bke::bNodeType::ui_description, blender::bke::bNodeType::ui_name, and blender::bke::bNodeType::updatefunc.