From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Protesilaos Stavrou Newsgroups: gmane.emacs.devel Subject: Re: Face transparency attribute Date: Mon, 18 Mar 2024 09:41:08 +0200 Message-ID: <874jd42dij.fsf@protesilaos.com> References: <87sf2v8lu4.fsf@nixos.mail-host-address-is-not-set> <875xzrw1te.fsf@yahoo.com> <87v85k1myr.fsf@posteo.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14669"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Nate Sandy , Po Lu , Sebastian =?utf-8?Q?W=C3=A5linder?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Mar 18 08:42:05 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rm7dE-0003YW-QT for ged-emacs-devel@m.gmane-mx.org; Mon, 18 Mar 2024 08:42:04 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rm7cX-0000a9-21; Mon, 18 Mar 2024 03:41:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rm7cT-0000Zn-Ia for emacs-devel@gnu.org; Mon, 18 Mar 2024 03:41:17 -0400 Original-Received: from relay5-d.mail.gandi.net ([217.70.183.197]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rm7cR-0006gd-1q for emacs-devel@gnu.org; Mon, 18 Mar 2024 03:41:16 -0400 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 09E221C0003; Mon, 18 Mar 2024 07:41:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protesilaos.com; s=gm1; t=1710747670; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=sxhNexrcDVhaV37BOKId4TCzX47gr6rNtLjSkofw7nc=; b=YEh7Y8/kjjI9m0Z/xLdQP0fkxeB+ZSzr0PIQzpoxgaiEYVUHMm2RJjYhPqjFiI75tEtzs3 nxatpp0NeQQSoZ96xfJYLk4qg8xWuPszcWplfqcr+VSWg410skinE2i0Ozeuq4L6YT3wzi t2LUIFiNTaPVQ4oEvv1Xjr4mFTATrrGX44CizU7C+4D8Smy7W+aWxOGfuT1kK/PstspjOX MFcGgc3mK8RiQy8QlG2mdFcLLPNacpXqWicTdr3N+3JEOldsC4ol6TA72agWMmXmlk6Xx5 wiqjXWp5Th+c7P4O9PcFodbeiAGcVAS/doCQv1zcphWoAVcO8ZqHXXT07Vfx8g== In-Reply-To: <87v85k1myr.fsf@posteo.de> X-GND-Sasl: info@protesilaos.com Received-SPF: none client-ip=217.70.183.197; envelope-from=info@protesilaos.com; helo=relay5-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:317160 Archived-At: > From: Nate Sandy > Date: Sun, 17 Mar 2024 23:02:20 +0000 > [... 24 lines elided] > The only syntax supported for transparency is gtk_parse_rgba's > `rgba(255,255,255,1.0)`. Maybe we would want support for `#ff00ff00` too? Please cover this case as well. It makes it easier to tweak existing hex values to have a transparency value than to convert them to the rgba notation. -- Protesilaos Stavrou https://protesilaos.com