|
Blender
V2.93
|
#include "node_composite_util.h"Go to the source code of this file.
Functions | |
| static void | node_composit_init_brightcontrast (bNodeTree *UNUSED(ntree), bNode *node) |
| void | register_node_type_cmp_brightcontrast (void) |
Variables | |
| static bNodeSocketTemplate | cmp_node_brightcontrast_in [] |
| static bNodeSocketTemplate | cmp_node_brightcontrast_out [] |
Definition at line 39 of file node_composite_brightness.c.
References node.
Referenced by register_node_type_cmp_brightcontrast().
| void register_node_type_cmp_brightcontrast | ( | void | ) |
Definition at line 44 of file node_composite_brightness.c.
References CMP_NODE_BRIGHTCONTRAST, cmp_node_brightcontrast_in, cmp_node_brightcontrast_out, cmp_node_type_base(), NODE_CLASS_OP_COLOR, node_composit_init_brightcontrast(), node_type_init(), node_type_socket_templates(), and nodeRegisterType().
Referenced by registerCompositNodes().
|
static |
Definition at line 28 of file node_composite_brightness.c.
Referenced by register_node_type_cmp_brightcontrast().
|
static |
Definition at line 34 of file node_composite_brightness.c.
Referenced by register_node_type_cmp_brightcontrast().