29 {
SOCK_RGBA,
N_(
"Key Color"), 1.0f, 1.0f, 1.0f, 1.0f},
void node_type_socket_templates(struct bNodeType *ntype, struct bNodeSocketTemplate *inputs, struct bNodeSocketTemplate *outputs)
void node_type_init(struct bNodeType *ntype, void(*initfunc)(struct bNodeTree *ntree, struct bNode *node))
void node_type_storage(struct bNodeType *ntype, const char *storagename, void(*freefunc)(struct bNode *node), void(*copyfunc)(struct bNodeTree *dest_ntree, struct bNode *dest_node, const struct bNode *src_node))
#define CMP_NODE_COLOR_MATTE
void nodeRegisterType(struct bNodeType *ntype)
void *(* MEM_callocN)(size_t len, const char *str)
static bNodeSocketTemplate cmp_node_color_out[]
static void node_composit_init_color_matte(bNodeTree *UNUSED(ntree), bNode *node)
static bNodeSocketTemplate cmp_node_color_in[]
void register_node_type_cmp_color_matte(void)
void cmp_node_type_base(bNodeType *ntype, int type, const char *name, short nclass, short flag)
void node_copy_standard_storage(bNodeTree *UNUSED(dest_ntree), bNode *dest_node, const bNode *src_node)
void node_free_standard_storage(bNode *node)
Compact definition of a node socket.