|
Blender
V2.59
|
#include "../CMP_util.h"Go to the source code of this file.
Functions | |
| static void | node_composit_exec_premulkey (void *UNUSED(data), bNode *node, bNodeStack **in, bNodeStack **out) |
| void | register_node_type_cmp_premulkey (ListBase *lb) |
Variables | |
| static bNodeSocketType | cmp_node_premulkey_in [] |
| static bNodeSocketType | cmp_node_premulkey_out [] |
Definition in file CMP_premulkey.c.
| static void node_composit_exec_premulkey | ( | void * | UNUSEDdata, |
| bNode * | node, | ||
| bNodeStack ** | in, | ||
| bNodeStack ** | out | ||
| ) | [static] |
Definition at line 49 of file CMP_premulkey.c.
References CB_RGBA, bNode::custom1, bNodeStack::data, dupalloc_compbuf(), free_compbuf(), premul_compbuf(), and typecheck_compbuf().
Referenced by register_node_type_cmp_premulkey().
| void register_node_type_cmp_premulkey | ( | ListBase * | lb | ) |
Definition at line 66 of file CMP_premulkey.c.
References CMP_NODE_PREMULKEY, NODE_CLASS_CONVERTOR, node_composit_exec_premulkey(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
bNodeSocketType cmp_node_premulkey_in[] [static] |
{
{ SOCK_RGBA, 1, "Image", 0.8f, 0.8f, 0.8f, 1.0f, 0.0f, 1.0f},
{ -1, 0, "" }
}
Definition at line 40 of file CMP_premulkey.c.
bNodeSocketType cmp_node_premulkey_out[] [static] |
{
{ SOCK_RGBA, 0, "Image", 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
{ -1, 0, "" }
}
Definition at line 44 of file CMP_premulkey.c.