|
Blender V4.3
|
#include "RNA_access.hh"#include "UI_interface.hh"#include "UI_resources.hh"#include "GPU_material.hh"#include "COM_shader_node.hh"#include "IMB_colormanagement.hh"#include "BLI_math_color.hh"#include "node_composite_util.hh"Go to the source code of this file.
Classes | |
| class | blender::nodes::node_composite_colorbalance_cc::ColorBalanceShaderNode |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_composite_colorbalance_cc |
Functions | |
| void | ntreeCompositColorBalanceSyncFromLGG (bNodeTree *, bNode *node) |
| void | ntreeCompositColorBalanceSyncFromCDL (bNodeTree *, bNode *node) |
| static void | blender::nodes::node_composite_colorbalance_cc::cmp_node_colorbalance_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_composite_colorbalance_cc::node_composit_init_colorbalance (bNodeTree *, bNode *node) |
| static void | blender::nodes::node_composite_colorbalance_cc::node_composit_buts_colorbalance (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | blender::nodes::node_composite_colorbalance_cc::node_composit_buts_colorbalance_ex (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static ShaderNode * | blender::nodes::node_composite_colorbalance_cc::get_compositor_shader_node (DNode node) |
| void | register_node_type_cmp_colorbalance () |
Definition at line 42 of file node_composite_colorbalance.cc.
References NodeColorBalance::gain, NodeColorBalance::gamma, NodeColorBalance::lift, NodeColorBalance::offset, NodeColorBalance::power, and NodeColorBalance::slope.
Referenced by blo_do_versions_260().
Definition at line 31 of file node_composite_colorbalance.cc.
References NodeColorBalance::gain, NodeColorBalance::gamma, NodeColorBalance::lift, NodeColorBalance::offset, NodeColorBalance::power, and NodeColorBalance::slope.
Referenced by blo_do_versions_260().
| void register_node_type_cmp_colorbalance | ( | ) |
Definition at line 267 of file node_composite_colorbalance.cc.
References cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::draw_buttons_ex, blender::bke::bNodeType::get_compositor_shader_node, blender::bke::bNodeType::initfunc, NODE_CLASS_OP_COLOR, node_copy_standard_storage(), node_free_standard_storage(), blender::bke::node_register_type(), blender::bke::node_type_size(), and blender::bke::node_type_storage().
Referenced by register_composite_nodes().