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

Go to the source code of this file.

Functions

static void do_sephsva (bNode *UNUSED(node), float *out, float *in)
static void node_composit_exec_sephsva (void *UNUSED(data), bNode *node, bNodeStack **in, bNodeStack **out)
void register_node_type_cmp_sephsva (ListBase *lb)
static void do_comb_hsva (bNode *UNUSED(node), float *out, float *in1, float *in2, float *in3, float *in4)
static void node_composit_exec_combhsva (void *UNUSED(data), bNode *node, bNodeStack **in, bNodeStack **out)
void register_node_type_cmp_combhsva (ListBase *lb)

Variables

static bNodeSocketType cmp_node_sephsva_in []
static bNodeSocketType cmp_node_sephsva_out []
static bNodeSocketType cmp_node_combhsva_in []
static bNodeSocketType cmp_node_combhsva_out []

Detailed Description

Definition in file CMP_sepcombHSVA.c.


Function Documentation

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

Definition at line 130 of file CMP_sepcombHSVA.c.

References g, and hsv_to_rgb().

Referenced by node_composit_exec_combhsva().

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

Definition at line 51 of file CMP_sepcombHSVA.c.

References rgb_to_hsv().

Referenced by node_composit_exec_sephsva().

static void node_composit_exec_combhsva ( void *  UNUSEDdata,
bNode node,
bNodeStack **  in,
bNodeStack **  out 
) [static]
static void node_composit_exec_sephsva ( void *  UNUSEDdata,
bNode node,
bNodeStack **  in,
bNodeStack **  out 
) [static]
void register_node_type_cmp_combhsva ( ListBase lb)
void register_node_type_cmp_sephsva ( ListBase lb)

Variable Documentation

Initial value:
 {
   {    SOCK_VALUE, 1, "H",                     0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
   {    SOCK_VALUE, 1, "S",                     0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
   {    SOCK_VALUE, 1, "V",                     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 118 of file CMP_sepcombHSVA.c.

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

Definition at line 125 of file CMP_sepcombHSVA.c.

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

Definition at line 39 of file CMP_sepcombHSVA.c.

Initial value:
 {
        {       SOCK_VALUE, 0, "H",                     0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {       SOCK_VALUE, 0, "S",                     0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {       SOCK_VALUE, 0, "V",                     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 43 of file CMP_sepcombHSVA.c.