Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/dictionary/property/HTMLText.lcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,12 @@ Encloses a line of text. (Blank lines are also enclosed in <p>
* bgcolor="#NNNNNN" if a <backgroundColor> has been set for the line.
* bordercolor="#NNNNNN" if a <borderColor> has been set for the line.

>*Note:* An <HTML>-style color definition consists of a hash mark (#)
> followed by three 2-digit hexadecimal numbers,
one each for red, green, and blue. E.g., "#FF9900" represents an orange
color.
>*Note:* An <HTML>-style color definition can take one of the two forms.
> The first consists of a hash mark (#) followed by three 2-digit
> hexadecimal numbers, one each for red, green, and blue. E.g.,
> "#FF9900" represents an orange color. The second form consists of
> three comma delimited integers between 0 and 255. E.g. "255,153,0"
> represents an orange color.

&lt;sub&gt; &lt;/sub&gt;
Encloses text whose <textShift> is a positive <integer>.
Expand Down
1 change: 1 addition & 0 deletions docs/notes/bugfix-20314.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Amended the HTMLText dictionary entry to say that r,g,b is also an acceptable HTML-style color definition.