Blender
V3.3
|
Functions | |
static void | cmp_node_colorbalance_declare (NodeDeclarationBuilder &b) |
static void | node_composit_init_colorbalance (bNodeTree *UNUSED(ntree), bNode *node) |
static void | node_composit_buts_colorbalance (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | node_composit_buts_colorbalance_ex (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
|
static |
Definition at line 47 of file node_composite_colorbalance.cc.
References usdtokens::b(), N_, and PROP_FACTOR.
Referenced by register_node_type_cmp_colorbalance().
|
static |
Definition at line 68 of file node_composite_colorbalance.cc.
References col, ptr, RNA_enum_get(), blender::io::alembic::split(), UI_ITEM_R_SPLIT_EMPTY_NAME, uiItemR(), uiLayoutColumn(), uiLayoutRow(), uiLayoutSplit(), and uiTemplateColorPicker().
Referenced by register_node_type_cmp_colorbalance().
|
static |
Definition at line 113 of file node_composite_colorbalance.cc.
References ptr, RNA_enum_get(), UI_ITEM_R_SPLIT_EMPTY_NAME, uiItemR(), and uiTemplateColorPicker().
Referenced by register_node_type_cmp_colorbalance().
|
static |
Definition at line 54 of file node_composite_colorbalance.cc.
References NodeColorBalance::gain, NodeColorBalance::gamma, NodeColorBalance::lift, node, NodeColorBalance::offset, NodeColorBalance::power, and NodeColorBalance::slope.
Referenced by register_node_type_cmp_colorbalance().