Searched refs:Blue (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/extension/internal/
H A Dmetafile-print.cpp196 255 * opweight((float)c1.Blue / 255.0, gv.rgb[2], opa)
209 result.Blue = clrweight(c1.Blue, c2.Blue, t);
H A Dtext_reassemble.h167 uint8_t Blue; //!< Blue color (0-255) member in struct:__anon69
H A Dtext_reassemble.c2038 sprintf(obuf,"style=\"color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#%2.2X%2.2X%2.2X;;stroke:none;;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero\"\n",tri->bkcolor.Red,tri->bkcolor.Green,tri->bkcolor.Blue);
2057 sprintf(obuf,"style=\"color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#%2.2X%2.2X%2.2X;;stroke:none;;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero\"\n",tri->bkcolor.Red,tri->bkcolor.Green,tri->bkcolor.Blue);
2073 sprintf(obuf,"style=\"color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#%2.2X%2.2X%2.2X;;stroke:none;;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero\"\n",tri->bkcolor.Red,tri->bkcolor.Green,tri->bkcolor.Blue);
2197 sprintf(obuf,"style=\"fill:#%2.2X%2.2X%2.2X;",tsp->color.Red,tsp->color.Green,tsp->color.Blue);
2223 sprintf(cbuf," #%2.2X%2.2X%2.2X",tsp->decColor.Red,tsp->decColor.Green,tsp->decColor.Blue);
2775 tsp.color.Blue = tsp.decColor.Blue = 0; /* RGBA Black */
2894 tsp.color.Blue = (utmp32 >> 0) & 0xFF;
2900 tsp.decColor.Red = tsp.decColor.Green = tsp.decColor.Blue = tsp.decColor.Reserved = 0;
2906 tsp.decColor.Blue
[all...]
H A Demf-inout.cpp633 uc.Blue = tv.Blue >> 8;
1644 tsp.color.Blue = 0; /* RGB Black */
3142 tsp.color.Blue = d->dc[d->level].textColor.Blue;
H A Demf-print.cpp982 tv.Blue = uc.Blue << 8;
H A Dwmf-inout.cpp1555 tsp.color.Blue = 0; /* RGB Black */
2573 tsp.color.Blue = d->dc[d->level].textColor.Blue;
/inkscape/src/libuemf/
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
466 uint8_t Blue; //!< Blue color (0-255) member in struct:__anon113
492 U_LCS_GAMMA lcsGammaBlue; //!< Blue Gamma
582 uint8_t Blue; //!< Blue color (0-255) member in struct:__anon121
1572 #define U_BGRAGetB(rgb) (rgb.Blue ) //!< Color BGR Blue.
1587 #define U_RGBAGetB(rgb) (rgb.Blue ) //!< Colo
1760 uint16_t Blue; //!< Bule component member in struct:__anon131
[all...]
H A Dupmf.h403 #define U_CC_Blue 0x03 //!< Blue color channel
1430 uint8_t Blue; //!< Blue color (0-255) member in struct:__anon235
2046 int32_t YellowBlue; //!< -100 to 100, 0 is unchanged, positive increases Blue & decreases Yellow, negative is opposite
2067 uint8_t BLUT[256]; //!< Blue 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 Dupmf.c1904 \param Blue Blue color (0-255)
1908 U_PSEUDO_OBJ *U_PMF_ARGB_set(uint8_t Alpha, uint8_t Red, uint8_t Green, uint8_t Blue){ argument
1910 {&Blue, 1, 1, U_XE},
1944 \param Blue Blue color (0-255)
1948 U_PMF_ARGB U_PMF_ARGBOBJ_set(uint8_t Alpha, uint8_t Red, uint8_t Green, uint8_t Blue){ argument
1951 U_PMF_MEMCPY_DSTSHIFT(&ptr, &Blue, 1);
2056 dB = ((double)EndColor.Blue - (double)StartColor.Blue )/(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 Duemf_print.c88 printf("{%u,%u,%u} ",color.Red,color.Green,color.Blue);
99 printf("{%u,%u,%u,%u} ",color.Blue,color.Green,color.Red,color.Reserved);
177 printf("{{%d,%d},{%u,%u,%u,%u}} ",tv.x,tv.y,tv.Red,tv.Green,tv.Blue,tv.Alpha);
242 printf(", Blue:"); ciexyz_print(cie3.ciexyzBlue );
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 Duwmf.c867 pe.Blue = Color.Blue;
915 p.Color.Blue = Color.Blue;
1063 lb.Color.Blue = Color.Blue;
H A Duwmf.h806 uint8_t Blue; //!< Palette entry Blue Intensity member in struct:__anon340
H A Duwmf_print.c111 printf("Blue:%u ", pny.Blue );

Completed in 204 milliseconds