Blame help/da/color-picker.page

Packit 6978fb
Packit 6978fb
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="plugin-color-picker" xml:lang="da">
Packit 6978fb
Packit 6978fb
  <info>
Packit 6978fb
    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/> 
Packit 6978fb
    <revision version="3.4" date="2013-02-24" status="review"/>
Packit 6978fb
Packit 6978fb
    <credit type="author">
Packit 6978fb
      <name>Jim Campbell</name>
Packit 6978fb
      <email its:translate="no">jwcampbell@gmail.com</email>
Packit 6978fb
    </credit>
Packit 6978fb
Packit 6978fb
    <desc>Pick a color from a dialog and insert its hexadecimal representation.</desc>
Packit 6978fb
  </info>
Packit 6978fb
Packit 6978fb
  <title>Color Picker</title>
Packit 6978fb
Packit 6978fb
  

The <app>Color Picker</app> plugin helps you to insert the character codes

Packit 6978fb
  that represent a certain color. This can make it easier to choose and use the
Packit 6978fb
  correct color in your programs.

Packit 6978fb
  
Packit 6978fb
  

To enable the color picker plugin, select

Packit 6978fb
  <guiseq><gui style="menu">gedit</gui><gui style="menuitem">Preferences</gui>
Packit 6978fb
  <gui>Plugins</gui><gui>Color Picker</gui></guiseq>.

Packit 6978fb
  
Packit 6978fb
  <steps>
Packit 6978fb
    <title>To open and use the color picker:</title>
Packit 6978fb
    <item>
Packit 6978fb
      

Place your cursor at the point in your document where you want to

Packit 6978fb
      insert the color code.

Packit 6978fb
    </item>
Packit 6978fb
    <item>
Packit 6978fb
      

Select <guiseq><gui>Tools</gui><gui>Pick Color…</gui></guiseq>. The

Packit 6978fb
      color picker dialog will appear.

Packit 6978fb
    </item>
Packit 6978fb
    <item>
Packit 6978fb
      

Click on the desired color in the color picker window.

Packit 6978fb
    </item>
Packit 6978fb
    <item>
Packit 6978fb
      

The appropriate color code will be inserted where you had placed your

Packit 6978fb
      cursor.

Packit 6978fb
    </item>
Packit 6978fb
    <item>
Packit 6978fb
      

To close the <app>color picker</app>, click <gui>Close</gui>.

Packit 6978fb
    </item>
Packit 6978fb
  </steps>
Packit 6978fb
Packit 6978fb
  
Packit 6978fb
  <note style="tip">
Packit 6978fb
    

You can make fine-grained adjustments to the color by adjusting the

Packit 6978fb
    values for Hue, Saturation, Value, Red, Green, or Blue.

Packit 6978fb
    

Additionally, you can save colors by right-clicking on any of the

Packit 6978fb
    colored boxes in the color picker, and selecting <gui>Save color
Packit 6978fb
    here</gui>. This will make it easier to insert commonly-used colors
Packit 6978fb
    later.

Packit 6978fb
  </note>     
Packit 6978fb
Packit 6978fb
</page>