[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#24273: 25.1.50; Unexpected return value from `color-name-to-rgb'
From: |
Eli Zaretskii |
Subject: |
bug#24273: 25.1.50; Unexpected return value from `color-name-to-rgb' |
Date: |
Sat, 20 Aug 2016 14:34:54 +0300 |
> Date: Sat, 20 Aug 2016 12:11:46 +0200
> From: Simen Heggestøyl <simenheg@gmail.com>
> Cc: 24273@debbugs.gnu.org
>
> On Sat, Aug 20, 2016 at 12:06 PM, Julien Danjou <julien@danjou.info>
> wrote:
> > What are the return values of:
> > (color-values "white")
> > and
> > (color-values "#ffffff")
> > ?
>
> (color-values "white")
> ⇒ (65535 65535 65535)
>
> (color-values "#ffffff")
> ⇒ (65280 65280 65280)
Which means "white" and "#ffffff" are not the same color.