[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #59562] Add support for HTML hexadecimal strin
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #59562] Add support for HTML hexadecimal strings "#FF0088" for graphics color properties |
Date: |
Fri, 27 Nov 2020 13:23:33 -0500 (EST) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 |
URL:
<https://savannah.gnu.org/bugs/?59562>
Summary: Add support for HTML hexadecimal strings "#FF0088"
for graphics color properties
Project: GNU Octave
Submitted by: rik5
Submitted on: Fri 27 Nov 2020 10:23:31 AM PST
Category: Plotting
Severity: 1 - Wish
Priority: 5 - Normal
Item Group: Feature Request
Status: Confirmed
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Release: dev
Discussion Lock: Any
Operating System: Any
_______________________________________________________
Details:
HTML coding has gained in prominence over the last 20 years and colors are now
often specified by a hexadecimal string specifying the Red, Green, Blue color
values such as "#FF0088".
It is easy enough to specify a hex RGB triplet in Octave for a color graphics
property. For example,
set (h, "color", [0xFF 0x00 0x88])
Still, I notice that Matlab has added support for a direct HTML hex string and
this seems like a nice feature.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?59562>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #59562] Add support for HTML hexadecimal strings "#FF0088" for graphics color properties,
Rik <=