Skip to content

Commit

Permalink
Merge pull request #516 from Rdornier/add-cyan-color
Browse files Browse the repository at this point in the history
add cyan color to drop down menu for LUT (fix #498)
  • Loading branch information
will-moore authored Nov 14, 2023
2 parents 0e28536 + de9f97d commit b7e85c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/templates/channel_slider_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
<li><a data-color="FF00FF" href="#">
<span style="background-color:#f0f">&nbsp &nbsp &nbsp</span>&nbsp Magenta
</a></li>
<li><a data-color="00FFFF" href="#">
<span style="background-color:#0ff">&nbsp &nbsp &nbsp</span>&nbsp Cyan
</a></li>
<li class="divider"></li>
<li><a data-color="lutpicker" href="#">
<span class="lutBg">&nbsp &nbsp &nbsp</span>&nbsp Lookup Tables
Expand Down
3 changes: 3 additions & 0 deletions src/templates/labels_form_inner_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@
<li><a href="#">
<span data-color="FF00FF" style="background-color:#f0f">&nbsp &nbsp &nbsp</span>&nbsp Magenta
</a></li>
<li><a href="#">
<span data-color="00FFFF" style="background-color:#0ff">&nbsp &nbsp &nbsp</span>&nbsp Cyan
</a></li>
<li class="divider"></li>
<li><a data-color="colorpicker" data-oldcolor="<%= l.color %>" href="#">
<span class="colorpickerOption">&nbsp &nbsp &nbsp</span>&nbsp More Colors...
Expand Down
3 changes: 3 additions & 0 deletions src/templates/scalebar_form_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@
<li><a href="#">
<span data-color="FF00FF" style="background-color:#f0f">&nbsp &nbsp &nbsp</span>&nbsp Magenta
</a></li>
<li><a href="#">
<span data-color="00FFFF" style="background-color:#0ff">&nbsp &nbsp &nbsp</span>&nbsp Cyan
</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit b7e85c3

Please sign in to comment.