Lines Matching defs:Color
140 \param BrushID U_PSEUDO_OBJ containing a U_PMF_ARGB or a U_PMF_4NUM. Color or U_PMF_BRUSH object in the EMF+ object table (0-63, inclusive)
1140 \param BrushID U_PSEUDO_OBJ containing a U_PMF_ARGB or a U_PMF_4NUM. Color or U_PMF_BRUSH object in the EMF+ object table (0-63, inclusive)
2029 \param StartColor Start Color (U_PMF_ARGB)
2030 \param EndColor End Color (U_PMF_ARGB)
3331 \param Color U_PSEUDO_OBJ containing a U_PMF_ARGB object
3336 U_PSEUDO_OBJ *U_PMF_SOLIDBRUSHDATA_set(const U_PSEUDO_OBJ *Color){
3337 if(!Color || (Color->Type != U_PMF_ARGB_OID)){ return(NULL); }
3340 {Color->Data, Color->Used, 1, U_XE},
3942 \param Color U_PSEUDO_OBJ containing a U_PMF_ARGB object.
3948 Erase everything preceding, set background ARGB to Color.
3950 U_PSEUDO_OBJ *U_PMR_CLEAR_set(const U_PSEUDO_OBJ *Color){
3951 if(!Color || (Color->Type != U_PMF_ARGB_OID)){ return(NULL); }
3952 int Size=Color->Used;
3956 {Color->Data, Color->Used, 1, U_XE},
4128 \param BrushID U_PSEUDO_OBJ containing a U_PMF_ARGB or a U_PMF_4NUM. Color or U_PMF_BRUSH object in the EMF+ object table (0-63, inclusive)
4428 \param BrushID U_PSEUDO_OBJ containing a U_PMF_ARGB or a U_PMF_4NUM. Color or U_PMF_BRUSH object in the EMF+ object table (0-63, inclusive)
4475 \param BrushID U_PSEUDO_OBJ containing a U_PMF_ARGB or a U_PMF_4NUM. Color or U_PMF_BRUSH object in the EMF+ object table (0-63, inclusive)
4517 \param BrushID U_PSEUDO_OBJ containing a U_PMF_ARGB or a U_PMF_4NUM. Color or U_PMF_BRUSH object in the EMF+ object table (0-63, inclusive)
4556 \param BrushID U_PSEUDO_OBJ containing a U_PMF_ARGB or a U_PMF_4NUM. Color or U_PMF_BRUSH object in the EMF+ object table (0-63, inclusive)
4590 \param BrushID U_PSEUDO_OBJ containing a U_PMF_ARGB or a U_PMF_4NUM. Color or U_PMF_BRUSH object in the EMF+ object table (0-63, inclusive)
4630 \param BrushID U_PSEUDO_OBJ containing a U_PMF_ARGB or a U_PMF_4NUM. Color or U_PMF_BRUSH object in the EMF+ object table (0-63, inclusive)
4669 \param BrushID U_PSEUDO_OBJ containing a U_PMF_ARGB or a U_PMF_4NUM. Color or U_PMF_BRUSH object in the EMF+ object table (0-63, inclusive)
4712 \param BrushID U_PSEUDO_OBJ containing a U_PMF_ARGB or a U_PMF_4NUM. Color or U_PMF_BRUSH object in the EMF+ object table (0-63, inclusive)
5675 \param Colors Color part of U_PMF_PALETTE object
6252 \param Gradient variable part of U_PMF_LINEARGRADIENTBRUSHDATA, Color Gradient with Elements members
6751 \param Color Color of brush
6756 int U_PMF_SOLIDBRUSHDATA_get(const char *contents, U_PMF_ARGB *Color, const char *blimit){
6757 if(!contents || !Color || !blimit){ return(0); }
6759 U_PMF_SERIAL_get(&contents, Color, 4, 1, U_XE);
7300 \param Color Erase everything preceding, set background ARGB color.
7305 U_PMF_ARGB *Color){
7306 if(!contents || !Color){ return(0); }
7313 U_PMF_SERIAL_get(&contents, Color, 4, 1, U_LE);
7470 \param BrushID Color or index of U_PMF_BRUSH object in the EMF+ object table, depends on Flags bit0
7749 \param BrushID Color or index of U_PMF_BRUSH object in the EMF+ object table, depending on btype.
7790 \param BrushID Color or index of U_PMF_BRUSH object in the EMF+ object table, depending on btype.
7828 \param BrushID Color or index of U_PMF_BRUSH object in the EMF+ object table, depending on btype.
7858 \param BrushID Color or index of U_PMF_BRUSH object in the EMF+ object table, depending on btype.
7887 \param BrushID Color or index of U_PMF_BRUSH object in the EMF+ object table, depending on btype.
7927 \param BrushID Color or index of U_PMF_BRUSH object in the EMF+ object table, depending on btype.
7962 \param BrushID Color or index of U_PMF_BRUSH object in the EMF+ object table, depending on btype.
8007 \param BrushID Color or index of U_PMF_BRUSH object in the EMF+ object table, depending on btype.