Blender V2.61 - r43446
Functions | Variables

node_composite_chromaMatte.c File Reference

#include "node_composite_util.h"

Go to the source code of this file.

Functions

static void do_rgba_to_ycca_normalized (bNode *UNUSED(node), float *out, float *in)
static void do_ycca_to_rgba_normalized (bNode *UNUSED(node), float *out, float *in)
static void do_chroma_key (bNode *node, float *out, float *in)
static void node_composit_exec_chroma_matte (void *data, bNode *node, bNodeStack **in, bNodeStack **out)
static void node_composit_init_chroma_matte (bNodeTree *UNUSED(ntree), bNode *node, bNodeTemplate *UNUSED(ntemp))
void register_node_type_cmp_chroma_matte (bNodeTreeType *ttype)

Variables

static bNodeSocketTemplate cmp_node_chroma_in []
static bNodeSocketTemplate cmp_node_chroma_out []

Detailed Description

Definition in file node_composite_chromaMatte.c.


Function Documentation

static void do_chroma_key ( bNode node,
float *  out,
float *  in 
) [static]
static void do_rgba_to_ycca_normalized ( bNode UNUSEDnode,
float *  out,
float *  in 
) [static]

Definition at line 48 of file node_composite_chromaMatte.c.

References BLI_YCC_ITU_BT601, and rgb_to_ycc().

Referenced by node_composit_exec_chroma_matte().

static void do_ycca_to_rgba_normalized ( bNode UNUSEDnode,
float *  out,
float *  in 
) [static]

Definition at line 68 of file node_composite_chromaMatte.c.

References BLI_YCC_ITU_BT601, and ycc_to_rgb().

Referenced by node_composit_exec_chroma_matte().

static void node_composit_exec_chroma_matte ( void *  data,
bNode node,
bNodeStack **  in,
bNodeStack **  out 
) [static]
static void node_composit_init_chroma_matte ( bNodeTree UNUSEDntree,
bNode node,
bNodeTemplate UNUSEDntemp 
) [static]
void register_node_type_cmp_chroma_matte ( bNodeTreeType ttype)

Variable Documentation

Initial value:
{
    {SOCK_RGBA,1,"Image", 1.0f, 1.0f, 1.0f, 1.0f},
    {SOCK_RGBA,1,"Key Color", 1.0f, 1.0f, 1.0f, 1.0f},
    {-1,0,""}
}

Definition at line 36 of file node_composite_chromaMatte.c.

Initial value:
{
    {SOCK_RGBA,0,"Image"},
    {SOCK_FLOAT,0,"Matte"},
    {-1,0,""}
}

Definition at line 42 of file node_composite_chromaMatte.c.