Searched refs:Hue (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libuemf/
H A Dupmf.h1182 #define U_IE_HueSaturationLightnessEffectGuid "{8B2DD6C3-EB07-4D87-A5F0-7108E26A9C5F}" //!< Hue Saturation Lightness Effect
1201 #define U_IEE_HueSaturationLightnessEffectGuid 7 //!< Hue Saturation Lightness Effect
2080 int32_t Hue; //!< -180 to 180, 0 is unchanged member in struct:__anon279
2108 int32_t Hue; //!< -180 to 180, [positive==clockwise] rotation in degrees starting from blue member in struct:__anon283
2965 U_PSEUDO_OBJ *U_PMF_IE_HUESATURATIONLIGHTNESS_set(int32_t Hue, int32_t Saturation, int32_t Lightness);
2969 U_PSEUDO_OBJ *U_PMF_IE_TINT_set(int32_t Hue, int32_t Amount);
3105 int U_PMF_IE_HUESATURATIONLIGHTNESS_get(const char *contents, int32_t *Hue, int32_t *Saturation, int32_t *Lightness, const char *blimit);
3109 int U_PMF_IE_TINT_get(const char *contents, int32_t *Hue, int32_t *Amount, const char *blimit);
H A Dupmf_print.c1994 int32_t Hue, Saturation, Lightness; local
1995 int status = U_PMF_IE_HUESATURATIONLIGHTNESS_get(contents, &Hue, &Saturation, &Lightness, blimit);
1997 printf("HueSaturationLightnessEffect Hue:%d Saturation:%d Lightness:%d\n", Hue, Saturation, Lightness);
2065 int32_t Hue, Amount; local
2066 int status = U_PMF_IE_TINT_get(contents, &Hue, &Amount, blimit);
2068 printf("TintEffect Hue:%d Amount:%d\n", Hue, Amount);
H A Dupmf.c3568 \param Hue -180 to 180, 0 is unchanged
3575 U_PSEUDO_OBJ *U_PMF_IE_HUESATURATIONLIGHTNESS_set(int32_t Hue, int32_t Saturation, int32_t Lightness){ argument
3578 {&Hue, 4, 1, U_LE},
3653 \param Hue -180 to 180, [positive==clockwise] rotation in degrees starting from blue
3659 U_PSEUDO_OBJ *U_PMF_IE_TINT_set(const int32_t Hue, const int32_t Amount){ argument
3662 {&Hue, 4, 1, U_LE},
6974 \param Hue -180 to 180, 0 is unchanged
6981 int U_PMF_IE_HUESATURATIONLIGHTNESS_get(const char *contents, int32_t *Hue, int32_t *Saturation, int32_t *Lightness, const char *blimit){ argument
6982 if(!contents || !Hue || !Saturation || !Lightness || !blimit){ return(0); }
6984 U_PMF_SERIAL_get(&contents, Hue,
7059 U_PMF_IE_TINT_get(const char *contents, int32_t *Hue, int32_t *Amount, const char *blimit) argument
[all...]

Completed in 1052 milliseconds