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.
Colors linked to a file? Color palette
Colors linked to a file? Color palette
- Attachments
-
- color pallette with manually added colors in boxes below.png (57.09 KiB) Viewed 5807 times
Re: Colors linked to a file? Color palette
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.
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.
philip
Re: Colors linked to a file? Color palette
interesting, Philip. And thanks. It gave me this: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.
Code: Select all
, 000000, 005B00
- 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
You can always switch Apple's color picker to RGB mode and inspect the value you have selected in Nisus Writer: 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.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?
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.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.
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).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.
- Attachments
-
Color Gatherer.nwm
- (19.75 KiB) Downloaded 347 times
Re: Colors linked to a file? Color palette
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?
- 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
I'd say so! And I've already filed it, thanks.NisusUser wrote:Is a feature request that the dropper be able to carry formatting over to a different cell be appropriate?
I also upvoted the request that NWP provide proper styles for table cells borders and shading.