Lines Matching defs:color
33 /* This value is intentionally set to "transparent white" color.
50 /* intermediate buffer for storing color indices
61 * drawn on the canvas or background color that
77 int trans_color; /**< color value that is used instead of transparent color */
88 static void gif_fill(AVFrame *picture, uint32_t color)
94 *p = color;
97 static void gif_fill_rect(AVFrame *picture, uint32_t color, int l, int t, int w, int h)
109 *px = color;
173 /* transparency wasn't set before the first frame, fill with background color */
176 /* otherwise fill with transparent color.
544 { "trans_color", "color value (ARGB) that is used instead of transparent color",