Blender
V3.3
|
#include "node_composite_util.hh"
Go to the source code of this file.
Namespaces | |
blender | |
blender::nodes | |
blender::nodes::node_composite_separate_color_cc | |
blender::nodes::node_composite_combine_color_cc | |
Functions | |
static void | node_cmp_combsep_color_init (bNodeTree *UNUSED(ntree), bNode *node) |
static void | node_cmp_combsep_color_label (const ListBase *sockets, CMPNodeCombSepColorMode mode) |
static void | blender::nodes::node_composite_separate_color_cc::cmp_node_separate_color_declare (NodeDeclarationBuilder &b) |
static void | blender::nodes::node_composite_separate_color_cc::cmp_node_separate_color_update (bNodeTree *UNUSED(ntree), bNode *node) |
void | register_node_type_cmp_separate_color () |
static void | blender::nodes::node_composite_combine_color_cc::cmp_node_combine_color_declare (NodeDeclarationBuilder &b) |
static void | blender::nodes::node_composite_combine_color_cc::cmp_node_combine_color_update (bNodeTree *UNUSED(ntree), bNode *node) |
void | register_node_type_cmp_combine_color () |
Definition at line 5 of file node_composite_sepcomb_color.cc.
References BLI_YCC_ITU_BT709, CMP_NODE_COMBSEP_COLOR_RGB, data, and node.
Referenced by register_node_type_cmp_combine_color(), and register_node_type_cmp_separate_color().
|
static |
Definition at line 13 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().
Definition at line 125 of file node_composite_sepcomb_color.cc.
References CMP_NODE_COMBINE_COLOR, blender::nodes::node_composite_combine_color_cc::cmp_node_combine_color_declare(), blender::nodes::node_composite_combine_color_cc::cmp_node_combine_color_update(), cmp_node_type_base(), bNodeType::declare, NODE_CLASS_CONVERTER, node_cmp_combsep_color_init(), node_copy_standard_storage(), node_free_standard_storage(), node_type_init(), node_type_storage(), node_type_update(), and nodeRegisterType().
Referenced by registerCompositNodes().
Definition at line 76 of file node_composite_sepcomb_color.cc.
References CMP_NODE_SEPARATE_COLOR, blender::nodes::node_composite_separate_color_cc::cmp_node_separate_color_declare(), blender::nodes::node_composite_separate_color_cc::cmp_node_separate_color_update(), cmp_node_type_base(), bNodeType::declare, NODE_CLASS_CONVERTER, node_cmp_combsep_color_init(), node_copy_standard_storage(), node_free_standard_storage(), node_type_init(), node_type_storage(), node_type_update(), and nodeRegisterType().
Referenced by registerCompositNodes().