Skip to content

Commit

Permalink
Load and use custom (predefined sets of) swatches.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn authored and Martijn committed Feb 18, 2013
1 parent ebe3488 commit 7244d4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README
Expand Up @@ -192,6 +192,11 @@ Options:
'null' to show swatches of HTML colors or provide your own object
with colornames and {r:1, g:1, b:1} array.
For example { 'red': {r:1, g:0, b:0}, 'blue': {r:0, g:0, b:1} }
Alternatively, load a predefined set of swatches and specify the name.
For example, for the pantone set, specify 'pantone'.

swatchesWidth: 84
Width of the swatches display in pixels.

title: null
Title to display in the header. If null, use language default.
Expand Down
1 change: 1 addition & 0 deletions TODO
@@ -1,3 +1,4 @@
Separate into a pure dialog and a "caller" plugin.
Implement a getColor method.
Use preconfigured/default output color.
Allow optional manual specification of color.
Expand Down

0 comments on commit 7244d4a

Please sign in to comment.