Talk:HTML color names table: Difference between revisions
→Example?: Reply |
→Example?: Reply |
||
| Line 5: | Line 5: | ||
:Thanks for showing the LilyPond code; however, why do you use <code>rgb-color</code>? Why not something like <code>\override Flag.color = "#E30074"</code> or <code>\markup \with-color "#E30074"</code> instead, which is much simpler? You could describe this in the introduction, then leaving out the last column completely... | :Thanks for showing the LilyPond code; however, why do you use <code>rgb-color</code>? Why not something like <code>\override Flag.color = "#E30074"</code> or <code>\markup \with-color "#E30074"</code> instead, which is much simpler? You could describe this in the introduction, then leaving out the last column completely... | ||
:Function <code>rgb-color</code> only makes sense IMHO if you actually have values between 0 and 1. -- [[User:Lemzwerg|Lemzwerg]] ([[User talk:Lemzwerg|talk]]) 12:35, 24 December 2025 (UTC) | :Function <code>rgb-color</code> only makes sense IMHO if you actually have values between 0 and 1. -- [[User:Lemzwerg|Lemzwerg]] ([[User talk:Lemzwerg|talk]]) 12:35, 24 December 2025 (UTC) | ||
::Ok, it is new to me that Lilypond speaks Hexcodes, I cannot find that anywhere in the documentation. [[User:Manuela|Manuela]] ([[User talk:Manuela|talk]]) 15:40, 24 December 2025 (UTC) | |||