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

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder)
 
static void node_init (bNodeTree *, bNode *node)
 
static void node_register ()
 

Function Documentation

◆ node_build_multi_function()

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

◆ node_declare()

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

Definition at line 14 of file node_fn_input_color.cc.

References b.

Referenced by node_register().

◆ node_init()

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

Definition at line 33 of file node_fn_input_color.cc.

References copy_v4_fl4(), and data.

Referenced by node_register().

◆ node_layout()

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

Definition at line 19 of file node_fn_input_color.cc.

References ptr, UI_ITEM_R_SPLIT_EMPTY_NAME, uiItemR(), and uiTemplateColorPicker().

Referenced by node_register().

◆ node_register()