Blender V4.3
blender::nodes::node_fn_combine_color_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_update (bNodeTree *, bNode *node)
 
static void node_init (bNodeTree *, bNode *node)
 
static const mf::MultiFunctionget_multi_function (const bNode &bnode)
 
static void node_build_multi_function (NodeMultiFunctionBuilder &builder)
 
static void node_rna (StructRNA *srna)
 
static void node_register ()
 

Function Documentation

◆ get_multi_function()

◆ node_build_multi_function()

static void blender::nodes::node_fn_combine_color_cc::node_build_multi_function ( NodeMultiFunctionBuilder & builder)
static

◆ node_declare()

static void blender::nodes::node_fn_combine_color_cc::node_declare ( NodeDeclarationBuilder & b)
static

Definition at line 18 of file node_fn_combine_color.cc.

References b, PROP_FACTOR, and blender::nodes::decl::Float::subtype.

Referenced by node_register().

◆ node_init()

static void blender::nodes::node_fn_combine_color_cc::node_init ( bNodeTree * ,
bNode * node )
static

Definition at line 39 of file node_fn_combine_color.cc.

References data, and NODE_COMBSEP_COLOR_RGB.

Referenced by node_register().

◆ node_layout()

static void blender::nodes::node_fn_combine_color_cc::node_layout ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

Definition at line 28 of file node_fn_combine_color.cc.

References ptr, UI_ITEM_NONE, and uiItemR().

Referenced by node_register().

◆ node_register()

◆ node_rna()

static void blender::nodes::node_fn_combine_color_cc::node_rna ( StructRNA * srna)
static

◆ node_update()

static void blender::nodes::node_fn_combine_color_cc::node_update ( bNodeTree * ,
bNode * node )
static

Definition at line 33 of file node_fn_combine_color.cc.

References NodeCombSepColor::mode, and node_combsep_color_label().

Referenced by node_register().