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

Classes

class  SeparateHSLAFunction
 
class  SeparateHSVAFunction
 
class  SeparateRGBAFunction
 

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 void node_build_multi_function (NodeMultiFunctionBuilder &builder)
 
static void node_rna (StructRNA *srna)
 
static void node_register ()
 

Function Documentation

◆ node_build_multi_function()

◆ node_declare()

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

Definition at line 18 of file node_fn_separate_color.cc.

References b.

Referenced by node_register().

◆ node_init()

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

Definition at line 39 of file node_fn_separate_color.cc.

References data, and NODE_COMBSEP_COLOR_RGB.

Referenced by node_register().

◆ node_layout()

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

Definition at line 28 of file node_fn_separate_color.cc.

References ptr, UI_ITEM_NONE, and uiItemR().

Referenced by node_register().

◆ node_register()

◆ node_rna()

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

◆ node_update()

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

Definition at line 33 of file node_fn_separate_color.cc.

References NodeCombSepColor::mode, and node_combsep_color_label().

Referenced by node_register().