Searched defs:StartColor (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libuemf/
H A Dupmf.c2029 \param StartColor Start Color (U_PMF_ARGB)
2038 U_PSEUDO_OBJ *U_PMF_BLENDCOLORS_linear_set(uint32_t Elements, U_PMF_ARGB StartColor, U_PMF_ARGB EndColor){ argument
2056 dB = ((double)EndColor.Blue - (double)StartColor.Blue )/(double)(Elements - 1);
2057 dG = ((double)EndColor.Green - (double)StartColor.Green)/(double)(Elements - 1);
2058 dR = ((double)EndColor.Red - (double)StartColor.Red )/(double)(Elements - 1);
2059 dA = ((double)EndColor.Alpha - (double)StartColor.Alpha)/(double)(Elements - 1);
2061 B = StartColor.Blue;
2062 G = StartColor.Green;
2063 R = StartColor.Red;
2064 A = StartColor
[all...]
H A Dupmf.h1770 Manual says that Reserved1 and Reserved2 must be ignored. In practice if Reserved1 is not set to StartColor
1777 U_PMF_ARGB StartColor; //!< Gradient start color member in struct:__anon258
2895 U_PSEUDO_OBJ *U_PMF_BLENDCOLORS_linear_set(uint32_t Elements,U_PMF_ARGB StartColor, U_PMF_ARGB EndColor);

Completed in 58 milliseconds