Blender
V3.3
|
Functions | |
static void | cmp_node_colorcorrection_declare (NodeDeclarationBuilder &b) |
static void | node_composit_init_colorcorrection (bNodeTree *UNUSED(ntree), bNode *node) |
static void | node_composit_buts_colorcorrection (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | node_composit_buts_colorcorrection_ex (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
|
static |
Definition at line 17 of file node_composite_colorcorrection.cc.
References usdtokens::b(), and N_.
Referenced by register_node_type_cmp_colorcorrection().
|
static |
Definition at line 53 of file node_composite_colorcorrection.cc.
References IFACE_, ptr, UI_ITEM_R_SLIDER, UI_ITEM_R_SPLIT_EMPTY_NAME, uiItemL(), uiItemR(), and uiLayoutRow().
Referenced by register_node_type_cmp_colorcorrection().
|
static |
Definition at line 143 of file node_composite_colorcorrection.cc.
References IFACE_, ptr, UI_ITEM_R_SLIDER, UI_ITEM_R_SPLIT_EMPTY_NAME, uiItemL(), uiItemR(), and uiLayoutRow().
Referenced by register_node_type_cmp_colorcorrection().
|
static |
Definition at line 24 of file node_composite_colorcorrection.cc.
References ColorCorrectionData::contrast, NodeColorCorrection::endmidtones, ColorCorrectionData::gain, ColorCorrectionData::gamma, NodeColorCorrection::highlights, ColorCorrectionData::lift, NodeColorCorrection::master, NodeColorCorrection::midtones, node, ColorCorrectionData::saturation, NodeColorCorrection::shadows, and NodeColorCorrection::startmidtones.
Referenced by register_node_type_cmp_colorcorrection().