Lines Matching defs:alpha
70 , alpha(0)
156 (pick == SP_DROPPER_PICK_ACTUAL && setalpha) ? this->alpha : 1.0);
259 this->alpha = A;
262 double alpha_to_set = setalpha? this->alpha : 1.0;
268 // alpha of color under cursor, to show in the statusbar
270 gchar *alpha = g_strdup_printf(_(" alpha %.3g"), alpha_to_set);
279 (pick == SP_DROPPER_PICK_VISIBLE) ? "" : alpha, where, message);
282 g_free(alpha);
298 double alpha_to_set = setalpha? this->alpha : 1.0;