Searched defs:Green (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/extension/internal/
H A Dtext_reassemble.h166 uint8_t Green; //!< Green color (0-255) member in struct:__anon69
/inkscape/src/libuemf/
H A Dupmf_print.c752 uint8_t Blue, Green, Red, Alpha; local
753 int status = U_PMF_ARGB_get(contents, &Blue, &Green, &Red, &Alpha, contents + sizeof(U_RGBQUAD));
755 printf(" RGBA{%2.2X,%2.2X,%2.2X,%2.2X}", Red, Green, Blue, Alpha);
H A Dupmf.c1903 \param Green Green color (0-255)
1908 U_PSEUDO_OBJ *U_PMF_ARGB_set(uint8_t Alpha, uint8_t Red, uint8_t Green, uint8_t Blue){ argument
1911 {&Green, 1, 1, U_XE},
1943 \param Green Green color (0-255)
1948 U_PMF_ARGB U_PMF_ARGBOBJ_set(uint8_t Alpha, uint8_t Red, uint8_t Green, uint8_t Blue){ argument
1952 U_PMF_MEMCPY_DSTSHIFT(&ptr, &Green, 1);
2057 dG = ((double)EndColor.Green - (double)StartColor.Green)/(doubl
5641 U_PMF_ARGB_get(const char *contents, uint8_t *Blue, uint8_t *Green, uint8_t *Red, uint8_t *Alpha, const char *blimit) argument
[all...]
H A Duwmf.h807 uint8_t Green; //!< Palette entry Green Intensity member in struct:__anon340
H A Dupmf.h402 #define U_CC_Green 0x02 //!< Green color channel
1431 uint8_t Green; //!< Green color (0-255) member in struct:__anon235
2045 int32_t MagentaGreen; //!< -100 to 100, 0 is unchanged, positive increases Green & decreases Magenta, negative is opposite
2068 uint8_t GLUT[256]; //!< Green color lookup table
2889 U_PSEUDO_OBJ *U_PMF_ARGB_set(uint8_t Alpha, uint8_t Red, uint8_t Green, uint8_t Blue);
2891 U_PMF_ARGB U_PMF_ARGBOBJ_set(uint8_t Alpha, uint8_t Red, uint8_t Green, uint8_t Blue);
3048 int U_PMF_ARGB_get(const char *contents, uint8_t *Blue, uint8_t *Green, uint8_t *Red, uint8_t *Alpha, const char *blimit);
H A Duemf.h148 #define U_RGB_GAMMA_MIN (uint16_t)02500 //!< For U_COLORADJUSTMENT ca[Red|Green|Blue]Gamma fields
149 #define U_RGB_GAMMA_MAX (uint16_t)65000 //!< For U_COLORADJUSTMENT ca[Red|Green|Blue]Gamma fields
465 uint8_t Green; //!< Green color (0-255) member in struct:__anon113
491 U_LCS_GAMMA lcsGammaGreen; //!< Green Gamma
583 uint8_t Green; //!< Green color (0-255) member in struct:__anon121
1571 #define U_BGRAGetG(rgb) (rgb.Green ) //!< Color BGR Green.
1586 #define U_RGBAGetG(rgb) (rgb.Green ) //!< Colo
1759 uint16_t Green; //!< Green component member in struct:__anon131
[all...]

Completed in 211 milliseconds