Blender V2.61 - r43446
Functions | Variables

node_composite_sepcombHSVA.c File Reference

#include "node_composite_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 (bNodeTreeType *ttype)
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 (bNodeTreeType *ttype)

Variables

static bNodeSocketTemplate cmp_node_sephsva_in []
static bNodeSocketTemplate cmp_node_sephsva_out []
static bNodeSocketTemplate cmp_node_combhsva_in []
static bNodeSocketTemplate cmp_node_combhsva_out []

Detailed Description

Definition in file node_composite_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 128 of file node_composite_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 49 of file node_composite_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 ( bNodeTreeType ttype)
void register_node_type_cmp_sephsva ( bNodeTreeType ttype)

Variable Documentation

Initial value:
 {
   {    SOCK_FLOAT, 1, "H",         0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f, PROP_NONE},
   {    SOCK_FLOAT, 1, "S",         0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f, PROP_NONE},
   {    SOCK_FLOAT, 1, "V",         0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f, PROP_NONE},
   {    SOCK_FLOAT, 1, "A",         1.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f, PROP_NONE},
   {    -1, 0, ""   }
}

Definition at line 116 of file node_composite_sepcombHSVA.c.

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

Definition at line 123 of file node_composite_sepcombHSVA.c.

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

Definition at line 37 of file node_composite_sepcombHSVA.c.

Initial value:
 {
    {   SOCK_FLOAT, 0, "H"},
    {   SOCK_FLOAT, 0, "S"},
    {   SOCK_FLOAT, 0, "V"},
    {   SOCK_FLOAT, 0, "A"},
    {   -1, 0, ""   }
}

Definition at line 41 of file node_composite_sepcombHSVA.c.