Skip to content
Ilya V. Portnov edited this page Sep 4, 2016 · 2 revisions

Different color widgets (color swatches, scratchpad and palette) support context menu, which is mostly similar for different widgets.

Context menu for palette

Context menu can include the following options:

  • Clear. Remove color from widget. Available for color swatches and scratchpad.
  • Toggle mark. Toggle user-defined/automatically generated mark on palette slot. Available only for palette.
  • Edit color metainformation. Open dialog to edit metainformation about selected color (name, author, etc). Available only for palette, when it is not locked.
  • Copy color. Copy color to clipboard.
  • Paste color. Paste color from clipboard. Not available for palette when it is locked.
  • Copy hexadecimal representation. Copy hexadecimal representation of selected color to clipboard (for example, #00aabb).
  • Copy RGB representation. Copy RGB representation of selected color to clipboard (for example, "rgb(0.1,0.2,0.3)").
  • Copy HSV representation. Copy HSV representation of selected color to clipboard (for example, "hsv(0.1,0.2,0.3)").