Searched defs:MagentaGreen (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 1918 int32_t CyanRed, MagentaGreen, YellowBlue; local 1919 int status = U_PMF_IE_COLORBALANCE_get(contents, &CyanRed, &MagentaGreen, &YellowBlue, blimit); 1921 printf("ColorBalanceEffect CyanRed:%d MagentaGreen:%d YellowBlue:%d\n", CyanRed, MagentaGreen, YellowBlue);
|
H A D | upmf.c | 3479 \param MagentaGreen -100 to 100, 0 is unchanged, positive increases Green & decreases Magenta, negative is opposite 3485 U_PSEUDO_OBJ *U_PMF_IE_COLORBALANCE_set(int32_t CyanRed, int32_t MagentaGreen, int32_t YellowBlue){ argument 3489 {&MagentaGreen, 4, 1, U_LE}, 6894 \param MagentaGreen -100 to 100, 0 is unchanged, positive increases Green & decreases Magenta, negative is opposite 6900 int U_PMF_IE_COLORBALANCE_get(const char *contents, int32_t *CyanRed, int32_t *MagentaGreen, int32_t *YellowBlue, const char *blimit){ argument 6901 if(!contents || !CyanRed || !MagentaGreen || !YellowBlue || !blimit){ return(0); } 6904 U_PMF_SERIAL_get(&contents, MagentaGreen, 4, 1, U_LE);
|
H A D | upmf.h | 2045 int32_t MagentaGreen; //!< -100 to 100, 0 is unchanged, positive increases Green & decreases Magenta, negative is opposite member in struct:__anon275 2961 U_PSEUDO_OBJ *U_PMF_IE_COLORBALANCE_set(int32_t CyanRed, int32_t MagentaGreen, int32_t YellowBlue); 3100 int U_PMF_IE_COLORBALANCE_get(const char *contents, int32_t *CyanRed, int32_t *MagentaGreen, int32_t *YellowBlue, const char *blimit);
|
Completed in 59 milliseconds