Blender  V2.59
Functions | Variables
CMP_sepcombRGBA.c File Reference
#include "../CMP_util.h"

Go to the source code of this file.

Functions

static void node_composit_exec_seprgba (void *UNUSED(data), bNode *UNUSED(node), bNodeStack **in, bNodeStack **out)
void register_node_type_cmp_seprgba (ListBase *lb)
static void do_combrgba (bNode *UNUSED(node), float *out, float *in1, float *in2, float *in3, float *in4)
static void node_composit_exec_combrgba (void *UNUSED(data), bNode *node, bNodeStack **in, bNodeStack **out)
void register_node_type_cmp_combrgba (ListBase *lb)

Variables

static bNodeSocketType cmp_node_seprgba_in []
static bNodeSocketType cmp_node_seprgba_out []
static bNodeSocketType cmp_node_combrgba_in []
static bNodeSocketType cmp_node_combrgba_out []

Detailed Description

Definition in file CMP_sepcombRGBA.c.


Function Documentation

static void do_combrgba ( bNode UNUSEDnode,
float *  out,
float *  in1,
float *  in2,
float *  in3,
float *  in4 
) [static]

Definition at line 109 of file CMP_sepcombRGBA.c.

Referenced by node_composit_exec_combrgba().

static void node_composit_exec_combrgba ( void *  UNUSEDdata,
bNode node,
bNodeStack **  in,
bNodeStack **  out 
) [static]
static void node_composit_exec_seprgba ( void *  UNUSEDdata,
bNode UNUSEDnode,
bNodeStack **  in,
bNodeStack **  out 
) [static]
void register_node_type_cmp_combrgba ( ListBase lb)
void register_node_type_cmp_seprgba ( ListBase lb)

Variable Documentation

Initial value:
 {
        {       SOCK_VALUE, 1, "R",                     0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {       SOCK_VALUE, 1, "G",                     0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {       SOCK_VALUE, 1, "B",                     0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {       SOCK_VALUE, 1, "A",                     1.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {       -1, 0, ""       }
}

Definition at line 97 of file CMP_sepcombRGBA.c.

Initial value:
 {
        {       SOCK_RGBA, 0, "Image",                  0.8f, 0.8f, 0.8f, 1.0f, 0.0f, 1.0f},
        {       -1, 0, ""       }
}

Definition at line 104 of file CMP_sepcombRGBA.c.

Initial value:
 {
        {       SOCK_RGBA, 1, "Image",                  0.8f, 0.8f, 0.8f, 1.0f, 0.0f, 1.0f},
        {       -1, 0, ""       }
}

Definition at line 38 of file CMP_sepcombRGBA.c.

Initial value:
 {
        {       SOCK_VALUE, 0, "R",                     0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {       SOCK_VALUE, 0, "G",                     0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {       SOCK_VALUE, 0, "B",                     0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {       SOCK_VALUE, 0, "A",                     0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {       -1, 0, ""       }
}

Definition at line 42 of file CMP_sepcombRGBA.c.