Searched refs:Brightness (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/libuemf/
H A Dupmf.h1177 #define U_IE_BrightnessContrastEffectGuid "{D3A1DBE1-8EC4-4C17-9F4C-EA97AD1C343D}" //!< Brightness Contrast Effect
1196 #define U_IEE_BrightnessContrastEffectGuid 2 //!< Brightness Contrast Effect
2038 int32_t Brightness; //!< -255 to 255, 0 is unchanged, positive increases, negative decreases member in struct:__anon274
2960 U_PSEUDO_OBJ *U_PMF_IE_BRIGHTNESSCONTRAST_set(int32_t Brightness, int32_t Contrast);
3099 int U_PMF_IE_BRIGHTNESSCONTRAST_get(const char *contents, int32_t *Brightness, int32_t *Contrast, const char *blimit);
H A Dupmf_print.c1902 int32_t Brightness, Contrast; local
1903 int status = U_PMF_IE_BRIGHTNESSCONTRAST_get(contents, &Brightness, &Contrast, blimit);
1905 printf("BrightnessContrastEffect Brightness:%d Contrast:%d\n", Brightness, Contrast);
H A Dupmf.c3458 \param Brightness -255 to 255, 0 is unchanged, positive increases, negative decreases
3464 U_PSEUDO_OBJ *U_PMF_IE_BRIGHTNESSCONTRAST_set(int32_t Brightness, int32_t Contrast){ argument
3467 {&Brightness, 4, 1, U_LE},
6875 \param Brightness -255 to 255, 0 is unchanged, positive increases, negative decreases
6881 int U_PMF_IE_BRIGHTNESSCONTRAST_get(const char *contents, int32_t *Brightness, int32_t *Contrast, const char *blimit){ argument
6882 if(!contents || !Brightness || !Contrast || !blimit){ return(0); }
6884 U_PMF_SERIAL_get(&contents, Brightness, 4, 1, U_LE);
H A Duemf.c2262 \param Brightness Brightness adjustment (range:-100:100, 0 is no correction)
2276 int16_t Brightness,
2291 ca.caBrightness = U_MNMX(Brightness, U_COLOR_ADJ_MIN, U_COLOR_ADJ_MAX);
2266 coloradjustment_set( uint16_t Size, uint16_t Flags, uint16_t IlluminantIndex, uint16_t RedGamma, uint16_t GreenGamma, uint16_t BlueGamma, uint16_t ReferenceBlack, uint16_t ReferenceWhite, int16_t Contrast, int16_t Brightness, int16_t Colorfulness, int16_t RedGreenTint ) argument
H A Duemf.h154 #define U_COLOR_ADJ_MIN ((int16_t)-100) //!< For U_COLORADJUSTMENT ca[Contrast|Brightness|Colorfulness|RedGreenTint] fields
155 #define U_COLOR_ADJ_MAX (int16_t) 100 //!< For U_COLORADJUSTMENT ca[Contrast|Brightness|Colorfulness|RedGreenTint] fields
1665 int16_t caBrightness; //!< Brightness adjustment (range:-100:100, 0 is no correction)
3430 int16_t Contrast, int16_t Brightness, int16_t Colorfulness, int16_t RedGreenTint);

Completed in 2932 milliseconds