Colors linked to a file? Color palette

Everything related to our flagship word processor.
Post Reply
NisusUser
Posts: 335
Joined: 2011-01-12 05:32:38

Colors linked to a file? Color palette

Post by NisusUser »

I'm working on a project that has several colors in it. If I open it in another computer, the colors I've placed in the bottom boxes won't be visible (pre-selected) since they are Apple-specific, not NWP-specific. Is there a way to find out what colors are used in a NWP file and then put those colors in the boxes in the color palette?

Also, for shading in tables, I'm using a 40% Blend of a green color for certain things. Elsewhere, I'm using a 10% Blend of black (Licorice) to get gray. I predict I'll forget what percentages I used. Is there a way to find out what I used in a certain file? As a related comment, I can use the "Dropper" to select the formatting in one cell of a table (the Dropper fills up), but I don't see how to make it apply that to another cell.
Attachments
color pallette with manually added colors in boxes below.png
color pallette with manually added colors in boxes below.png (57.09 KiB) Viewed 5805 times
User avatar
phspaelti
Posts: 1349
Joined: 2007-02-07 00:58:12
Location: Japan

Re: Colors linked to a file? Color palette

Post by phspaelti »

Hello again Eric,

here a macro that will return the hex triplets of all the colours used. I don't know if there is any easy way to transfer that info to the colour palette.
Make Color Map.nwm
(17.26 KiB) Downloaded 355 times
philip
NisusUser
Posts: 335
Joined: 2011-01-12 05:32:38

Re: Colors linked to a file? Color palette

Post by NisusUser »

phspaelti wrote:[…] a macro that will return the hex triplets of all the colours used. I don't know if there is any easy way to transfer that info to the colour palette.
interesting, Philip. And thanks. It gave me this:

Code: Select all

, 000000, 005B00
So I guess only two colors are in this file? The strange thing is that the fonts are in deep green and a 40% blend of that is used in table headers. And the 10% Blend of Black. So I guess this is accurate - two colors are used: green and black.
User avatar
martin
Official Nisus Person
Posts: 5230
Joined: 2002-07-11 17:14:10
Location: San Diego, CA
Contact:

Re: Colors linked to a file? Color palette

Post by martin »

NisusUser wrote:Is there a way to find out what colors are used in a NWP file and then put those colors in the boxes in the color palette?
You can always switch Apple's color picker to RGB mode and inspect the value you have selected in Nisus Writer:
picker.png
picker.png (27.14 KiB) Viewed 5738 times
This works for text coloring and table cell shading. Likewise you can select any table cell in NWP and look at the state of the Table Cell Shading palette to see the blend percentage.
As a related comment, I can use the "Dropper" to select the formatting in one cell of a table (the Dropper fills up), but I don't see how to make it apply that to another cell.
I'm afraid this isn't possible, and you'll need to manually synchronize them. I would recommend selecting all the table cells in question and applying the coloring to them all at once, so the colors/patterns are exactly equal.
So I guess only two colors are in this file? The strange thing is that the fonts are in deep green and a 40% blend of that is used in table headers.
Philip's macro only inspects text coloring, not any shading you've applied to table cells. I've gone ahead and extended his macro so that it can do both (see attached).
Attachments
Color Gatherer.nwm
(19.75 KiB) Downloaded 347 times
NisusUser
Posts: 335
Joined: 2011-01-12 05:32:38

Re: Colors linked to a file? Color palette

Post by NisusUser »

Thank you, Martin. Your comments and the upgraded macro are helpful. Is a feature request that the dropper be able to carry formatting over to a different cell be appropriate?
User avatar
martin
Official Nisus Person
Posts: 5230
Joined: 2002-07-11 17:14:10
Location: San Diego, CA
Contact:

Re: Colors linked to a file? Color palette

Post by martin »

NisusUser wrote:Is a feature request that the dropper be able to carry formatting over to a different cell be appropriate?
I'd say so! And I've already filed it, thanks.
I also upvoted the request that NWP provide proper styles for table cells borders and shading.
Post Reply