Searched defs:Red (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | text_reassemble.h | 165 uint8_t Red; //!< Red color (0-255) member in struct:__anon69
|
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 752 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 D | upmf.c | 1902 \param Red Red color (0-255) 1908 U_PSEUDO_OBJ *U_PMF_ARGB_set(uint8_t Alpha, uint8_t Red, uint8_t Green, uint8_t Blue){ argument 1912 {&Red, 1, 1, U_XE}, 1942 \param Red Red color (0-255) 1948 U_PMF_ARGB U_PMF_ARGBOBJ_set(uint8_t Alpha, uint8_t Red, uint8_t Green, uint8_t Blue){ argument 1953 U_PMF_MEMCPY_DSTSHIFT(&ptr, &Red, 1); 2058 dR = ((double)EndColor.Red - (double)StartColor.Red )/(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 D | uwmf.h | 808 uint8_t Red; //!< Palette entry Red Intensity member in struct:__anon340
|
H A D | upmf.h | 401 #define U_CC_Red 0x01 //!< Red color channel 1184 #define U_IE_RedEyeCorrectionEffectGuid "{74D29D05-69A4-4266-9549-3CC52836B632}" //!< Red Eye Correction Effect 1203 #define U_IEE_RedEyeCorrectionEffectGuid 9 //!< Red Eye Correction Effect 1432 uint8_t Red; //!< Red color (0-255) member in struct:__anon235 2044 int32_t CyanRed; //!< -100 to 100, 0 is unchanged, positive increases Red & decreases Cyan, negative is opposite 2069 uint8_t RLUT[256]; //!< Red 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_ [all...] |
H A D | uemf.h | 148 #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 464 uint8_t Red; //!< Red color (0-255) member in struct:__anon113 490 U_LCS_GAMMA lcsGammaRed; //!< Red Gamma 584 uint8_t Red; //!< Red color (0-255) member in struct:__anon121 1570 #define U_BGRAGetR(rgb) (rgb.Red ) //!< Color BGR Red. 1585 #define U_RGBAGetR(rgb) (rgb.Red ) //!< Colo 1758 uint16_t Red; //!< Red component member in struct:__anon131 [all...] |
Completed in 263 milliseconds