|
Blender V4.3
|
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::MultiFunction * | get_multi_function (const bNode &bnode) |
| static void | node_build_multi_function (NodeMultiFunctionBuilder &builder) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 46 of file node_fn_combine_color.cc.
References blender::ColorRGBA< ChannelStorageType, Space, Alpha >::a, b, blender::ColorRGBA< ChannelStorageType, Space, Alpha >::b, BLI_assert_unreachable, blender::ColorRGBA< ChannelStorageType, Space, Alpha >::g, hsl_to_rgb(), hsv_to_rgb(), l, NodeCombSepColor::mode, NODE_COMBSEP_COLOR_HSL, NODE_COMBSEP_COLOR_HSV, NODE_COMBSEP_COLOR_RGB, blender::ColorRGBA< ChannelStorageType, Space, Alpha >::r, and v.
Referenced by node_build_multi_function().
|
static |
Definition at line 80 of file node_fn_combine_color.cc.
References get_multi_function(), blender::nodes::NodeMultiFunctionBuilder::node(), and blender::nodes::NodeMultiFunctionBuilder::set_matching_fn().
Referenced by node_register().
|
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().
|
static |
Definition at line 39 of file node_fn_combine_color.cc.
References data, and NODE_COMBSEP_COLOR_RGB.
Referenced by node_register().
|
static |
Definition at line 28 of file node_fn_combine_color.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 96 of file node_fn_combine_color.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, fn_node_type_base(), blender::bke::bNodeType::initfunc, node_build_multi_function(), NODE_CLASS_CONVERTER, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_storage(), node_update(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, and blender::bke::bNodeType::updatefunc.
|
static |
Definition at line 86 of file node_fn_combine_color.cc.
References NOD_storage_enum_accessors, blender::nodes::RNA_def_node_enum(), and rna_enum_node_combsep_color_items.
Referenced by node_register().
|
static |
Definition at line 33 of file node_fn_combine_color.cc.
References NodeCombSepColor::mode, and node_combsep_color_label().
Referenced by node_register().