51 b.add_input<
decl::Color>(
N_(
"Image")).default_value({0.8f, 0.8f, 0.8f, 1.0f});
struct ColorBand * BKE_colorband_add(bool rangetype)
#define CMP_NODE_VALTORGB
void node_type_size(struct bNodeType *ntype, int width, int minwidth, int maxwidth)
#define NODE_CLASS_CONVERTER
void node_type_init(struct bNodeType *ntype, void(*initfunc)(struct bNodeTree *ntree, struct bNode *node))
void node_type_size_preset(struct bNodeType *ntype, eNodeSizePreset size)
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))
void nodeRegisterType(struct bNodeType *ntype)
static void node_composit_init_valtorgb(bNodeTree *UNUSED(ntree), bNode *node)
static void cmp_node_valtorgb_declare(NodeDeclarationBuilder &b)
static void cmp_node_rgbtobw_declare(NodeDeclarationBuilder &b)
static const pxr::TfToken b("b", pxr::TfToken::Immortal)
void cmp_node_type_base(bNodeType *ntype, int type, const char *name, short nclass)
void register_node_type_cmp_valtorgb()
void register_node_type_cmp_rgbtobw()
void node_copy_standard_storage(bNodeTree *UNUSED(dest_ntree), bNode *dest_node, const bNode *src_node)
void node_free_standard_storage(bNode *node)
NodeDeclareFunction declare