|
Blender
V2.93
|
#include "node_composite_util.h"Go to the source code of this file.
Functions | |
| void | ntreeCompositColorBalanceSyncFromLGG (bNodeTree *UNUSED(ntree), bNode *node) |
| void | ntreeCompositColorBalanceSyncFromCDL (bNodeTree *UNUSED(ntree), bNode *node) |
| static void | node_composit_init_colorbalance (bNodeTree *UNUSED(ntree), bNode *node) |
| void | register_node_type_cmp_colorbalance (void) |
Variables | |
| static bNodeSocketTemplate | cmp_node_colorbalance_in [] |
| static bNodeSocketTemplate | cmp_node_colorbalance_out [] |
Definition at line 69 of file node_composite_colorbalance.c.
References NodeColorBalance::gain, NodeColorBalance::gamma, NodeColorBalance::lift, MEM_callocN, node, NodeColorBalance::offset, NodeColorBalance::power, and NodeColorBalance::slope.
Referenced by register_node_type_cmp_colorbalance().
Definition at line 56 of file node_composite_colorbalance.c.
References Freestyle::c, NodeColorBalance::gain, NodeColorBalance::gamma, NodeColorBalance::lift, node, NodeColorBalance::offset, NodeColorBalance::power, and NodeColorBalance::slope.
Definition at line 44 of file node_composite_colorbalance.c.
References Freestyle::c, NodeColorBalance::gain, NodeColorBalance::gamma, NodeColorBalance::lift, node, NodeColorBalance::offset, NodeColorBalance::power, and NodeColorBalance::slope.
| void register_node_type_cmp_colorbalance | ( | void | ) |
Definition at line 82 of file node_composite_colorbalance.c.
References CMP_NODE_COLORBALANCE, cmp_node_colorbalance_in, cmp_node_colorbalance_out, cmp_node_type_base(), NODE_CLASS_OP_COLOR, node_composit_init_colorbalance(), node_copy_standard_storage(), node_free_standard_storage(), node_type_init(), node_type_size(), node_type_socket_templates(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
|
static |
Definition at line 27 of file node_composite_colorbalance.c.
Referenced by register_node_type_cmp_colorbalance().
|
static |
Definition at line 33 of file node_composite_colorbalance.c.
Referenced by register_node_type_cmp_colorbalance().