|
Blender
V2.93
|
#include "node_composite_util.h"Go to the source code of this file.
Functions | |
| static void | node_composit_init_huecorrect (bNodeTree *UNUSED(ntree), bNode *node) |
| void | register_node_type_cmp_huecorrect (void) |
Variables | |
| static bNodeSocketTemplate | cmp_node_huecorrect_in [] |
| static bNodeSocketTemplate | cmp_node_huecorrect_out [] |
Definition at line 37 of file node_composite_huecorrect.c.
References BKE_curvemap_reset(), BKE_curvemapping_add(), Freestyle::c, CurveMapping::clipr, CurveMapping::cm, CurveMapping::cur, CURVE_PRESET_MID9, CURVEMAP_SLOPE_POSITIVE, node, and CurveMapping::preset.
Referenced by register_node_type_cmp_huecorrect().
| void register_node_type_cmp_huecorrect | ( | void | ) |
Definition at line 53 of file node_composite_huecorrect.c.
References CMP_NODE_HUECORRECT, cmp_node_huecorrect_in, cmp_node_huecorrect_out, cmp_node_type_base(), NODE_CLASS_OP_COLOR, node_composit_init_huecorrect(), node_copy_curves(), node_free_curves(), node_type_init(), node_type_size(), node_type_socket_templates(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
|
static |
Definition at line 26 of file node_composite_huecorrect.c.
Referenced by register_node_type_cmp_huecorrect().
|
static |
Definition at line 32 of file node_composite_huecorrect.c.
Referenced by register_node_type_cmp_huecorrect().