bug-gnu-emacs
[Top][All Lists]
Advanced

[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: Simen Heggestøyl
Subject: bug#24273: 25.1.50; Unexpected return value from `color-name-to-rgb'
Date: Sat, 20 Aug 2016 12:11:46 +0200

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)

-- Simen






reply via email to

[Prev in Thread] Current Thread [Next in Thread]