Searched defs:Intensity (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 1935 int32_t Intensity; local 1936 int status = U_PMF_IE_COLORCURVE_get(contents, &Adjust, &Channel, &Intensity, blimit); 1938 printf("ColorBalanceEffect Adjust:%u Channel:%u Intensity:%d\n", Adjust, Channel, Intensity);
|
H A D | upmf.c | 3502 \param Intensity adjustment to apply. "Adjust" determines what field this is and range values. 3507 U_PSEUDO_OBJ *U_PMF_IE_COLORCURVE_set(uint32_t Adjust, uint32_t Channel, int32_t Intensity){ argument 3512 {&Intensity, 4, 1, U_LE}, 6916 \param Intensity adjustment to apply. "Adjust" determines what field this is and range values. 6921 int U_PMF_IE_COLORCURVE_get(const char *contents, uint32_t *Adjust, uint32_t *Channel, int32_t *Intensity, const char *blimit){ argument 6922 if(!contents || !Adjust || !Channel || !Intensity || !blimit){ return(0); } 6926 U_PMF_SERIAL_get(&contents, Intensity, 4, 1, U_LE);
|
H A D | upmf.h | 2062 int32_t Intensity; //!< adjustment to apply. "Adjust" determines what field this is and range values. member in struct:__anon276 2962 U_PSEUDO_OBJ *U_PMF_IE_COLORCURVE_set(uint32_t Adjust, uint32_t Channel, int32_t Intensity); 3101 int U_PMF_IE_COLORCURVE_get(const char *contents, uint32_t *Adjust, uint32_t *Channel, int32_t *Intensity, const char *blimit);
|
Completed in 62 milliseconds