Illustrator :: Color Fill Objects After Expand Appearance Applied
May 6, 2013Why can't I color fill objects after i applied the expand appearance?
View 2 RepliesWhy can't I color fill objects after i applied the expand appearance?
View 2 RepliesWhat is the difference between Expand and Expand Appearance tool
View 7 Replies View RelatedI have a question about expanding appearance and multiply. I work in print-on-demand, and one of the limitations is that we can not use multiply on artwork. In order to achieve a similar appearance, when I receive these kinds of files, I flatten transparency, and that will sear in the way the multiply effect is interacting with the other elements of the same art file. (in the example below there are no interacting elements) However, if it is intended to interact with the background, I have to fiddle with the cmyk values (adding k) and opacity level until it is as close as possible. It is time-consuming.
we use 'expand appearnce' instead, and I tried it once and it worked! It did all the legwork for me; it spit out a different cmyk value and opacity level that mimics the effect of multiply, so I don't have to calculate it manually. However, I can't get it to work again. Illustrator thinks it is already its simplest form of appearance and will not expand it further. I've tried adding another effect and expanding but it will only expand the effect and keep the multiply.
Maybe she and I were both tripping when we thought it worked once? how to expand the appearance of multiply? Here's a picture of the 3 methods I'm speaking to: on the left is multiply, the center is flattened transparency, and the right is achieving a similar effect of multiply with opacity & color build.
Expanding Appearance on a closed path with stroke, fill, and a Round Corners effect produces a group of two paths in CS6. A path with just a fill and a path with just the stroke.
Is there an option to just generate one path like CS5 and earlier?
I have created a method to create line art roof shingles row-by-row. I think something like this is a good candidate for scripting, but I run into a dead-end quickly when trying to script this. Basically, I use "expand appearance" multiple times during the course of this process and I can't find any way to script that action. I have heard about using MenuIDs, but I can't find anything on how to discover what the MenuID for "expand appearance" is.
I have also tried recording an action, but "expand appearance" doesn't get saved.
I'm having this really annoying problem in Adobe Illustrator CC
When I use a tool such as the extrude and bevel tool to make an object 3D, it all works fine untill I have to expand the appearence then I get this edge on my object and I can't find any way to get rid of it.
Take a look at this pic to see what I mean [URL]
As you can see, their's an annoying white jagged edge and it's really annoying and I can't get rid of it.
Everytime I set the fill/stroke color of objects in a file to 75, 68,67, 90 it resets it to 0, 0, 0, 100. It isn't consistent though... some objects accept the color.
View 5 Replies View RelatedIf i want select objects that same fill color in document, I can use 'select - same - Fill color' function in Illustrator.
It's so fast. below 1 second.
But, If i want make it in Javascript, I can't do it like fast.
for(i=0; i<activeDocument.pathItems.length; i++){...}
If document have 10,000 objects, above script can't finish in even 60 seconds.
How Illustrator can traversal fast?
Is there something other way?
I have this path that I got from Shutterstock. No matter what I do with it, it's got this green fill on it. So if I apply a grey fill to it, the grey fill is put on top of the green. If I remove the fill completely, the green fill is still there.
Maybe the person who made it applied some kind of magical unremovable fill color to it or someting?
I've ungrouped it, checked that there's no effects in the appearance panel, and of course checked that there's no outline on the path. I've also tried releasing compund paths. There's no opacity mask or transparency modes. Nothing worked.
An Area Text Object is created...
the Transform Effect is applied to it (a rotation).
The text rotates, but the fill disappears...
whether it's the original object or if copies are added.
I am new to the Appearance palette
See screen shot attached. (the text "Helvetica")
I have created some live text (ie: it remains editable)
I have given it a fill of black and a heavy (7pt) stroke of blue.
I cannot appear to rearrange the stroke so that it falls beneath the fill
I assumed it would simply be question of dragging it below, as one would with the Layers
However, when I converted the text to outlines (in this case the text "UNIVERS") it works.
And also why are the eyes in the first coloumn grayed out when the text is live. But not so when text is outlined?
I outlined a bit of text, and then applied Effect > Warp > Arch. What I'd like to do is cut apart parts of the now outlined letters. I tried to use the pathfinder palette, but it applies the pathfinder to old, non-arched shape.
View 2 Replies View RelatedUsing Illustrator CS6. Created type and applied an effect (Graphic Pen) and the yet I could not get it to do anything but come out as black. How do you apply color to the effect?
View 2 Replies View RelatedI traced an image earlier, expanded it then wanted to change the line colour. For some reason I couldn't get this to work even though I've done it in the past. So, I used the magic wand to select the line then dragged it into my new document and changed the line colour.
Now, I want to change the fill on certain sections, however when I change the stroke it changes the colour of the line and when I change the fill it changes the color of the line.
I have been trying to mess with and target "tints" via javascript but either I am not understanding something or it cant be targeted as I had hoped, so I am looking for direction and guidance. I have a spot color assigned in the color swatches palette, and have drawn a few boxes on the page using this spot swatch. I then try to alter the tint using JS code.
sel[i].tint = // whatever number
alert(sel[i].tint) // This alerts fine
The alert shows a change taking place but it never gets applied to the item, the actual item never gets changed. I know things are properly targeted as I can change other attributes fine. When I look in the JS documentation it just shows for when creating a new spot, not for ones that already exist on items, I cant seem to find an example otherwise.
Can tint be adjusted for items on the page that have a spot color applied?
I'm having a problem with a logo I made which has a section of it that appears to be black fill with black stroke. However when I click on it and it shows the shape in that little preview box on the right panel, it appears grey. Then when I save it and open it in photoshop, the problem section is grey or transparent fill with black stroke. I can't seem to figure out why its doing this. There is no opacity on the object and it's clearly black in the colour settings. It used to be a gradient and I made it into a compound path to combine it with other sections but I released that and make it all solid color.
View 4 Replies View RelatedI have a question regarding illustrator. Let's say I have a circle with blue fill and red stroke. And I place an image in the illustrator file. Now I want to change the red stroke of my circle to let's say a purple color by sampling the color from the image.
How can I achieve that with a eye dropper tool? Every time when I try to sample a color from the image, the whole circle will change to purple instead of just the stroke? I have tried multiple key combination, shift, alt, ctrl but they all don't work.
I know my code below wont work, just putting here to hopefully explain more exactly what im trying to do
Sub FindbyFill()
Dim sh As Shape
dim findColor
ActiveSlection.GetColor = findColor
For Each sh In ActiveLayer.Shapes If sh.FillColor = findColor Then ActiveSlection + sh
End If
Next sh
I am using Illustrator CS6
I have a vector shape with a gradient fill. I then gave it a gradient stroke as well, but I wanted to edit the stroke separately so I expanded the stroke from the fill. Now I have 2 objects; my shape and the separate stroke as it's own shape. This seemed necessary to be able to use the gradient tool on the stroke to manually move the gradient.
Now, I would like to merge these back into one layer, so when I go to edit the points to all move in one direction, they all move together without going all wonky.
Is this possible? Or have a screwed myself over by expanding the object?
I have a file with two squares with red and blue fill colors respectively and transparent surrounding strokes. I'm trying to find a way to automatically set the stroke color of each square to the respective fill color. Is there an Illustrator script somewhere that would achieve that? I am not aware of an internal Illustrator command for this purpose.
View 8 Replies View RelatedI am currently navigating the document model through all objects and manually adjusting the fill colour of desired objects.For example, for each layer, I iterate through the GroupItems, CompoundPathItems, PathItems, in the GroupItems I navigate the GroupItems, CompoundPathItems, PathItems, etc.
In order to change all the colours of the objects, it ends up taking over a minute to accomplish. But in the Illustrator UI, I can select a very complicated group item and change it's colour very fast. In the SDK, GroupItem does not have a fill colour parameter, so I have to iterate through all sub-items to change the colour.
I am trying to apply the stripping pavement subassembly to only fill situation and even though my attachment point is only the fill case it applies it to both as shown. I am trying to get this information to provide a stripping volume for fill cases only.
View 4 Replies View RelatedI have Civil 3D 2014. Currently my CUt and Fill grading styles show long and short batter ticks.
My question is...The long batter ticks are shown every 2m AND every Vertex and Elevation point on my Feature lines. Is there a way to make the style not show long batter ticks at every Vertex and Elevation point?
I'm trying to figure out a way to automate a simple, yet repetative process I do countless times a day. Ideally, I'd like to tie it to a keystroke to speed up my workflow.
I work on line art and colorways for footwear, so the way I'm coloring these shapes and strokes break apart the different materials and pieces of the shoe.
While coloring line art, I work with Pantone spot colors as fills for closed path objects. I then have to manually apply that same color to the stroke, set the stroke to 0.5px weight, convert that spot stroke color to CMYK, and add 15% to the K value.
I found some code in an older post for applying the actively selected object's fill color to the stroke, but I'm having but I'm having trouble with the next step of figuring out how to take that spot stroke color and convert it to a CMYK build that I can then add 15% black to. Is this something that's even possible? I've spent about an hour playing with the script and have only had luck matching the fill color or turning the stroke white.
Is there a way to adjust the color of a pattern fill without changing the actual pattern?
Sometimes I do this by overlaying another solid color fill on top of the pattern fill, and use multiply or other blend modes. This works except when the pattern contains empty/transparent areas: in this case the solid color would pass through and affect the object below the pattern, which is unwanted.
So basically, is there a way to isolate the color change to a single object? I've tried with "Isolate Blending" and "Knockout Group" with no success...
I am using Adobe Illustrator CS6 Classroom in a Book which refers to 'Fill color in the Control panel' without explaining what exactly it is. Googling "Fill color" returned an image of a label 'fill' but my Illustrator CS6 has no such thing. Instead, it shows a couple of pull-downs when the Selection tool is selected. what Fill color is on this Control panel.
View 1 Replies View RelatedWhen adding constrains in dynamic block I do get error: "The constraint cannot be applied. The two objects must reside in the same plane".
How could I get both of the objects on the same plane? Don't have a lot of experience whit AutoCad 3d though...
I have come across a rather disturbing bug in Illustrator when copying an object with a color fill from one document to another.
Both documents have the same color space. Lets look at this example to see the condition. Make two documents with the same color space.
Make an object and assign a color to it. Lets say Pantone 201C and set it to a CMYK build - not a true spot color. Now make another document with the exact same Pantone 201C color - but specify it as a true spot color. Now copy and paste from one document to the next. As you shall see, you will get a dialog box warning you to add or discard the color to the recieving document as expected. This is a good behavior that tells the user that you have the same color builds but assigned different values.
Now what happens if we assign one document a book color value of PMS 201C and the other document a "spot" color build of PMS 201C. So we now have two PMS colors in two documents with different values assigned to them. Drag and drop or copy and paste an object from one document to the next. You shall now see that the recieving document now has two objects with the same PMS name, but two different color builds (and visual color differences).
What should happen in this situation is the user be prompted with a dialog box to either merge the two similar PMS spot color builds or add - like what you see when copying an object with the same color buld name, but has a different value assigned between the two.
Some of our designers are just going ape over this condition and I hope this bug could be addressed in a .01 release.
Having trouble getting illustrator to assume my fill color when setting text. Each time I set type it reverts back to black regardless of the fill color I've set up. I can change it back once it's set but I'd like to illiminate the extra step. I've tried synching to my old settings but thats not working. It there a way to get it to behave like my older version where it just uses the fill color for text without reverting to black?
View 2 Replies View RelatedI have button drawing for web in Adobe Illustrator format. I'm trying to get fill settings to create the same look with CSS. I can't find what color to use and gradient settings.
View 1 Replies View RelatedI am working with scripting in Ai, fill gradient color in TextFrame. I search in this forum but the other topics fill color to path or line. For now, I can make a gradient color, but I don't know how to apply it to textframe.
View 6 Replies View Related