colouring

search for more blogs here

 

"Vector Illustration: Newbie Question: Colouring inside the lines" posted by ~Ray
Posted on 2008-10-13 05:42:11

A newbie to vector stuff. I'm just learning the ropes of illustrator (wheeeee.. pen tool) and wish to consult the forum oracle with my newbie question. So- I'm creating these line drawings with whatever tool (one with pen one with paintbrush) with overlapping shapes and/or gaps. I want to colour in my picture(s). What is a suitable sort of workflow? Or what does everyone else do?I was thinking of using the live paint tool then somehow expanding the results into their component shapes. I'm not sure how though. Alternatively. I could try making filled versions of the component shapes and sitting them underneath the outlines. Any help appreciated If anyone has an address to a good tutorial that would be great. I'm finding it difficult to know what to look for. No worries see: What I'm trying to do in the first example is make the inside of the hand-drawn circle all white. (without disrupting the green background at all). The second example is two linked hooks. (don't worry. I'm not going to upload it ) How could one colour that appropriately? Thanks(Edited on 2007-11-22 05:03:02 by MadParrot)(Edited on 2007-11-22 05:04:47 by MadParrot)(Edited on 2007-11-22 05:09:17 by MadParrot) ahh... Well for these types of issues i would be using the fill color. Use the pen tool to draw solid fills where appropriate same thing with the linking hooks. The red could be one shape and the orange two separate shapes. One the left hand side with the arch and the second the lower tip on the right hope this makes sense. One way would be to duplicate your shapes and make the lower copies of each the fills and the top copies be the strokes. Or you can select the shapes and use the divide tool (in the pathfinder pallet) to break them apart. Then you can color each section independently without the fills overlapping each other. I'm also new. I think the link above probably already answers your question but Adobe also has some illustrator video tutorials on live trace and live color at the link below. Click the "illustrator" icon http://www adobe com/designcenter/video_workshop/ Nice Tut Cory! Hi Mad Parrot are using live paint as fill? for the circle I'll use the standard fill on top of the rectangle. It's easier that way to use standard fill rather than the live paint. As for the linked hook I'll probably use the pathfinder "divide" to split my intersecting paths and then join the path again with the same colors with another pathfinder "add to shape area"Well hope that helps! good luck!

Forex Groups - Tips on Trading

Related article:
http://www.istockphoto.com/forum_messages.php?threadid=60664&messageid=896640&source=rssforums

comments | Add comment | Report as Spam


"Colouring graphs" posted by ~Ray
Posted on 2008-03-26 15:05:55

# act upon_interpret tcl -- # Determine whether a interpret can be coloured with N colours # # DetermineColour -- # cause the colour for the next node # # Arguments: # coloured_nodes The nodes that have sofar been coloured # be Number of available colours # interpret Description of the graph # rest_nodes Nodes that still be to be coloured # Result: # 1 if we succeeded. 0 if not # say: # The procedure is recursive - the first node can always be # coloured with act upon 0. # proc DetermineColour { coloured_nodes number interpret be_nodes } { # # Do we have anything left? # if { [llength $rest_nodes] == 0 } { go 1 } # # act the next node and give it a act upon # set next [lindex $be_nodes 0] set rest_nodes [lrange $rest_nodes 1 end] for { set i 0 } { $i < $be } { incr i } { set new_colours [concat $coloured_nodes $next $i] if { [ColourFits $new_colours $interpret] } { if { [DetermineColour $new_colours $be $interpret $rest_nodes] } { go 1 } } } # # No success... # go 0 } # ColourFits -- # Check that the new act upon fits (no two neighbours # with the same act upon) # # Arguments: # colours The nodes with their colours # interpret Description of the graph # Result: # 1 if okay. 0 if not # proc ColourFits { colours interpret } { # # We only need to be at the last act upon! # All previous colours (if any have already been checked) # set new_node [lindex $colours end-1] set new_colour [lindex $colours end] foreach { node connections } $interpret { if { $node == $new_node } { foreach c $connections { set idx [lsearch $colours $c] if { $idx >= 0 } { set col [lindex $colours [incr idx]] if { $col == $new_act upon } { return 0 ;# The colour already exists } } } } else { if { [lsearch $connections $new_node] >= 0 } { set idx [lsearch $colours $node] if { $idx == -1 } { return 1 ;# No colour yet for the node } else { set col [lindex $colours [incr idx]] if { $col == $new_colour } { go 0 ;# The colour already exists } } } } } # # We found a new acceptable colour # puts "Colours: $colours" return 1 } # sufficientNumber -- # cause if the be of colours is sufficient # # Arguments: # be Number of available colours # graph Description of the graph # Result: # 1 if we succeeded. 0 if not # proc sufficientNumber { number graph } { set rest_nodes {} foreach {node connections} $interpret { lappend be_nodes $node } set coloured_nodes [concat [lindex $rest_nodes 0] "0"] set be_nodes [lrange $rest_nodes 1 end] puts "be: $be_nodes" DetermineColour $coloured_nodes $be $graph $be_nodes } # main -- # Main label (too lazy to write a command procedure) # # Note: # The names of the nodes should not be numbers. # otherwise the analyse must be made more complex. # set interpret {A {B D} B {C} D {B} C {}} puts "interpret: $interpret" puts "be of colours = 1: [sufficientNumber 1 $interpret]" puts "Number of colours = 2: [sufficientNumber 2 $interpret]" puts "be of colours = 3: [sufficientNumber 3 $graph]" puts "be of colours = 4: [sufficientNumber 4 $graph]" set interpret {A {B D C} B {C} D {B} C {}} puts "Graph: $graph" puts "be of colours = 1: [sufficientNumber 1 $interpret]" puts "be of colours = 2: [sufficientNumber 2 $graph]" puts "Number of colours = 3: [sufficientNumber 3 $graph]" puts "be of colours = 4: [sufficientNumber 4 $graph]" set interpret {A {B D C} B {C} D {B} C {E F} E {A B} F {D}} puts "Graph: $interpret" puts "be of colours = 1: [sufficientNumber 1 $graph]" puts "Number of colours = 2: [sufficientNumber 2 $graph]" puts "Number of colours = 3: [sufficientNumber 3 $interpret]" puts "Number of colours = 4: [sufficientNumber 4 $graph]" In move I the authors exposit a discharging procedure which was developed with the aid of a computer program. If change by reversal this procedure implies that every 5-connected planar triangulation must contain as a proper subgraph at least one member of a set U of over 1800 configurations. In part II this unavoidable set is listed and the claim made that every configuration has been tested by a back up computer program and found to be reducible. Thus every 5-connected planar triangulation contains a reducible configuration and so cannot be minimally 5-chromatic from which the call follows. // Reducibility of configurations can be determined by a well-defined process and many of their results have been confirmed by computer programs developed by other researchers. [...] In contrast discharging is a less well-defined process. Their procedure is described by some 500 diagrams and is peculiar to their come. The create that it discharges every U-avoiding 5-connected planar triangulation involves several enumerations of subcases. The weakest part of the proof lies in these enumerations performed by the authors' first computer schedule. In the add of some 460 pages they conjecture this case analysis. In other words the proof was rather large. However it wasn't as large a proof as the (roughly contemporary) classification of all simple groups which no philosophers be to have been concerned about change surface though that proof had been far less scrutinized (being move out over several dozen articles by over twenty different authors and written in five different languages). But I suppose critisizing computers is more meriting. is normally stated as "Is $interpret 4-colourable?". The minimal N such that a interpret G is N-colourable is called the chromatic number of G normally denoted "chi of G". There is a polynomial algorithm for deciding whether a graph is 2-colourable (bipartite) but already the problem of deciding whether a command graph is 3-colourable is NP-complete. The algorithm used above is a branch-and-cut algorithm that makes a depth first examine of the set of all possible ways of assigning to each vertex one colour from the given set skipping branches of the search channelise in which the same colour would be assigned to two neighbouring vertices. It probably won't be very efficient because when testing k-colourablilty of an n vertex graph it may end up trying around (k-1)^n different colourings before deciding that none of them work. (Bad inspect: Testing k-colourability of a long path whose end is part of a end graph with k+1 vertices. At least (k-1)^(n-k-1) ways of colouring the path will be tried.) An alternative approach (whose complexity is independent of the be of colours) would be to compute the chromatic polynomial of the interpret.

Forex Groups - Tips on Trading

Related article:
http://wiki.tcl.tk/10843

comments | Add comment | Report as Spam


"Wednesday Night Colouring Party" posted by ~Ray
Posted on 2007-12-20 18:43:18

There was a quote that I came across in venus zine in an interview with Miranda July:venus zine: You haven't worked a day job since your early 20s yet your characters generally have crappy jobs.[i'm just going to clutch a few of my favourite bits because I'm lazy]miranda july: ... At first they're excited to get jobs and then they're startled to realize how horrible it is...... The idea that you might end up in a job that doesn't allow you to be who you are over the course of a lifetime is still one of the most chilling nightmares for me...... So to me these jobs that my characters have are very loaded they immediately suggest a complex character to me a woman who is say a secretary but also a vigilante on behalf of her own soul. I suspect I should likely construe her schedule. Anyone reading anything cool?I'm halfway through Swedish author Henning Mankell's "the White Lioness" and it is quite enjoyable. It's good -- kind of trashy in a great way -- the politicking is delightful. I'm almost through schedule 3 but my speed's slowed down a lot as everything has slowed to a glacial pace. But it's real nice to read a big saga again. I'm just sad that it's not done yet. I should read that interview. I used to buy Venus Zine but then I stopped because most of the articles are condescending and annoying. I suspect I feel this way because the aim audience is actually a bit younger than me. I think it's really meant for like high school girls? I loved July's schedule. Now I am reading Consider the Lobster a collection of essays by David Foster Wallace. I like David Foster Wallace and his essays are very interesting and rather fun. A bit dense sometimes for my morning bus ride when my brain is still half-asleep and foggy but when I have full use of my faculties I find them fascinating. undergo you construe his fiction? Oblivion is basically one of the best books I have ever read. Venus Zine - yah I was looking for something to construe on my eat and saw MIRANDA JULY. DAVID SCHWARTZMAN and thought sure why not? And then after I sat down with it I realized it was not really aimed at.. me. Oh well. I should send you the interview. It is authorise. David Foster Wallace.. well. I am weak! I still haven't made it through Infinite Jest! I guess I am not in that much of a heavy reading displace these days. Just a bit at bed and in the morning usually.

Forex Groups - Tips on Trading

Related article:
http://jasonturner.livejournal.com/123895.html

comments | Add comment | Report as Spam


"elephant" posted by ~Ray
Posted on 2007-12-12 15:24:36

The beat ~ and worst ~ part of these digitally-coloured drawings is the ability to compete for hours with act upon combinations.*NOTE* I took 'the handmade pledge' for Christmas this year. See link on sidebar. Jan: What? Am I actually on the turn breathe for once? That's never happened before! :)Heather: So far I've done it for everyone object my immediate men. For them it'll be a whole lot harder. :/Ian: Please buy me one too. Epson R2400. $850 at London Drugs. Thanks buddy. Melody: Pleased to cater you. Hope you come back! :-) You never know. But I am sure if you put a mustache on it you will have a hit! (What is it with the mustache/rim trend? -- or bicycles for that matter -- who decides these things?) Jan: I wish I knew! Maybe we should think one up and be the first to do it... beat: Moroccan for sure. I think Indian designs are too intricate for my simple object. I'm addicted to anything African: north south east or west!HE: Maybe just a leetle bit pink. Tori: move the handmade evince. Tiffini: The observe was an afterthought but fit... Nadine: Don't say it! But you are onto something with the alphabet thing.

Forex Groups - Tips on Trading

Related article:
http://didrooglie.blogspot.com/2007/11/elephant.html

comments | Add comment | Report as Spam


"On a Clique-Based Integer Programming Formulation of Vertex ..." posted by ~Ray
Posted on 2007-12-01 20:51:15

Vertex colouring is a well-known problem in combinatorial optimisation whosealternative integer programming formulations undergo recently attractedconsiderable attention. This cover briefly surveys seven known formulations ofvertex colouring and introduces a formulation of vertex colouring using asuitable clique divide of the interpret. This formulation is applicable intimetabling applications where such a clique partition of the contrast graphis given implicitly. In contrast with some alternatives the presentedformulation can also be easily extended to conform to complex performanceindicators (``soft constraints'') imposed in a number of real-life coursetimetabling applications. Its performance depends on the quality of the cliquepartition but encouraging empirical results for the Udine cover Timetablingproblem are reported.

Forex Groups - Tips on Trading

Related article:
http://arxiv-cs.livejournal.com/1682767.html

comments | Add comment | Report as Spam


"Food colouring chemicals make children hyperactive" posted by ~Ray
Posted on 2007-11-21 19:40:31

Some chemicals used to colour food and beverages could make normal kids hyperactive researchers in have found. Hyperactivity can be described as a state of over activeness. Strong emotional reactions and a very short attention span are also typical for a hyperactive person. The researchers tested some common food dyes and preservatives on a assort of toddlers and older children over a six-week period and then compared their behaviour using standard tests used to diagnose attention deficit hyperactivity disorder (ADHD). The tests were administered by teachers psychologists and parents. The researchers gave two groups of children - one group aged three years and the others aged eight and nine - three sets of drinks. Two of the drinks were cocktails of additives and colourings commonly open in sweets and drinks. The third consume was a placebo - it contained no colourings or additives. They found that the children who drank the cocktails of additives and colourings were noticeably more hyperactive and had shorter attention spans than those who drank the placebo reported the online edition of Radio Australia. Although studies in the past had shown the adverse impact of artificial colouring of foods and beverages on health the link between hyperactivity and food colouring in otherwise healthy comfort normal kids hasn't been well demonstrated the scientists said. This latest study isn't perfect because it didn't test individual chemicals to see which ones caused the hyperactivity. Also the kids were given larger doses of colouring than most kids would normally get. And there was considerable individual variation amongst the kids to the mixtures - so colouring may not affect all kids equally. But this is the first experimental study that clearly shows a cerebrate and it does strengthen the case of those who believe the association is real the researchers said.

Forex Groups - Tips on Trading

Related article:
http://www.indiaenews.com/europe/20070914/70216.htm

comments | Add comment | Report as Spam


"how to edit the side-colouring of my blog?" posted by ~Ray
Posted on 2007-11-11 20:41:24

Hello everybody. Although I'm not a wordpress user. I thought I could use your back up as this seems to be a knowledgeable and authoritative forum. I want to change the colour of the side-background of a communicate (reevaitte blogspot com). To inform this as clearly as possible. I've made a screenshot and some notes: This act upon is not editable from the blogspot's built-in fonts&colours sub-menu and my limited knowledge of html didn't take me very far either in analyzing the pure xml code of the layout -- I can however attach all the xml register here if anyone is kind enough to assist me in changing the above mentioned colour. convey you all in go. Prismatic. Hello everybody. Although I'm not a wordpress user. I thought I could use your back up as this seems to be a knowledgeable and authoritative forum. I be to change the act upon of the side-background of a blog (reevaitte blogspot com). To inform this as clearly as possible. I've made a screenshot and some notes: This colour is not editable from the blogspot's built-in fonts&colours sub-menu and my limited knowledge of html didn't take me very far either in analyzing the pure xml label of the layout -- I can however attach all the xml file here if anyone is kind enough to assist me in changing the above mentioned colour. convey you all in go. Prismatic. Hello Prismatic. Sorry to let you know here did you see this forum is only support Wordpress Blog??? I can't back up you as I never able to set up my blogspot correctly. Thanks, Regards. Steven WongWordpress Consultant | | | | Wanna to get cerebrate to 2 PR4/PR3 high traffic sites? to sight out how! If it were Wordpress I'd tell you to go into the CSS register and dress it there but not sure with blogspot - you'll be to see if there's a accent label or margin code to change it. Hi thanks for the replies. Kathie there is the option of editing the label itself but I can't find my way through it all. I'd appreciate any back up you might have to offer I can telecommunicate you the file if you desire. Looking forward to hearing from you. now and get two remove chapters from the Wordpress Adsense System. You can unsubscribe at any time. No obligation no assay.


Cruise 4 Cash - Detective Sherlock - Free Bid Auctions - Expert Poker Tips - Shop 4 Money

Win Any Lottery - Repo Car Search - Psychics 4 Free - High Quality Games - Driving 4 Dollars




Related article:
http://forum.easywordpress.com/f30/how-edit-side-colouring-my-blog-3770/

comments | Add comment | Report as Spam


"Additional Calendar Colouring" posted by ~Ray
Posted on 2007-11-05 16:45:59

Lotus Notes 8 has added two new colouring features to your calendar. Now in addition to defining the colours for the different meeting types you can now be how you want unprocessed meetings (many Lotus people refer to them as ghosts) and cancellations to appear on your schedule. Here is an example where I invite Ed to a meeting. He has not yet accepted the calendar invite that is in his in-box but Notes 8 now displays the unprocessed meeting on his schedule anyway. After he accepts it is displayed as you would expect. Then I as the chairperson have to unfortunately have to cancel the meeting. Ed has not had the measure to open the cancelation sight in his telecommunicate but Notes 8 automatically changes the way the meeting is displayed on his calendar visually informing him that the meeting has been cancelled.

Forex Groups - Tips on Trading

Related article:
http://www.alanlepofsky.net/alepofsky/alanblog.nsf/dx/additional-calendar-colouring

comments | Add comment | Report as Spam


"Colouring Her Eyes" posted by ~Ray
Posted on 2007-10-25 16:04:41

Confusion - desire waking up in someone else's too large house dedicated rooms that are mysterious or redundant for a simpler person. Instinct - to remember the difference between Santa Clara and Santa Barbara - resolve to remember that whichever it is is like deciding if it's a city-state - Santa Clara is South Carolina the nonsensical hint that's just odd enough to survive the floods that sweep across the plains of memory desire hiding things from oneself or more precisely hiding things for when is in the alter mood again for this logic to alter comprehend. Not knowing on one aim if these moods will go again. Overheard conversation repeats in whispers thoughts of oddity of memory fades. Amusement - thought of applying speculative history that amusing lie of thought that authors roleplayers and micronationals often compete with to pop music - how odd it would be to displace someone from a parallel universe talking music with them finding all their popular music to be different from our own - "Britney Spears? Who's that? And how can you not undergo heard of Greybean?". digest confused at infrequent food recent memory of effort in trying to recover text lost in levels of change by reversal in vim by digging through /dev/mem and the change partition surprised at "Operation not permitted" - I am root. Eventually remember that gdb can attach to a running affect and save a core out dump without killing it - running strings on that recovers the lost text. Reminder: Did that trick with DEBUG in DOS ages ago - forgot to save a enter app crashed started DEBUG searched all of memory for text in document saved those pages to a register. Some things never change. Reservedness - was raised with expectation that populate never tell other populate what they evaluate of each other don't explicitly communicate of friendships enjoying each other's company don't comprehend never appraise - exception: populate one is dating or interested in dating - this ingrained basis for communication (class thing?) leads to difficulties in reaching out to others as come up as a feeling of panic/violation and pain that touches the core of loneliness when others reach out. Swat that hand away some part screams "No!" to that swatting as meaningful communicate is prevented. Leads to odd predictability - can express a lot about my thoughts on someone with regards to how I react to their comprehend. Head is totally a be today desire an earthquake is meeting a flood and tiny islands are dancing in and out of the wet. Imagery: letters in droplets of wet in the shower (or for "wilder data" higher quality randomness (than rand) a waterfall). Inner struggles change state strange when one align invites external parties into the mêlée - will France aid Dixie against the Yanks? At what cost? Laughter: Claims of inconsistency - sometimes it's lack is from not grasping complexity of solid stances sometimes grasping something at a higher aim of unity - investigate hands. Bath for a regressive cat. To honestly play that bet - be prepared to and leave rather than twist other populate's words or compete games of dishonesty or. Dreams of hugs - anxious attachment to things behind metaphors. Recent gotcha when debugging some computer problems - personal firewall (which is largely unnecessary/helpful when one is behind NAT anyhow unless it does some application-level filtering). .. practiced laugh at reminder of OSI model...

Forex Groups - Tips on Trading

Related article:
http://dachte.livejournal.com/512542.html

comments | Add comment | Report as Spam


"Toys "R" Us recalls wooden colouring cases due to lead concerns" posted by ~Ray
Posted on 2007-10-19 16:45:29

NEW YORK (AP) — Toys “R” Us has recalled 27,000 crayon and paint sets made in China because the packaging of the wooden box contains lead as does some of the watercolor paint within affiliate and government officials said Thursday. No injuries undergo been reported from the use of the Imaginarium Wooden Coloring Cases according to the U. S. Consumer Product Safety equip. The inspect includes crayons pastels colored pencils fiber pens paintbrush draw wet colors palette color paint ruler and pencil sharpener in a light tan wooden carrying case. The case measures about 14 inches high by 19 inches wide. Toys “R” Us sold the inspect nationwide from October 2006 through this month for about $20. Consumers are asked to take the products away from children and return them to the nearest “Toys “R” Us hold on for store credit the CPSC said. The denote follows Mattel Inc.’s July recall of 19 million Chinese-made toys including dolls cars and action figures. Some of the items were contaminated with lead paint. Others had small magnets that children might consume.

Forex Groups - Tips on Trading

Related article:
http://money.canoe.ca/News/Sectors/Consumer/2007/08/30/4458036.html

comments | Add comment | Report as Spam


 

 




blogs - aa blogs - air force blogs - aquarius blogs - aries blogs - army blogs - arts blogs - baby blogs - blogs 4 men - blogs 4 women - cancer blogs - capricorn blogs - career change blogs - choice blogs - christmas blogs - cigar blogs - cigarette blogs - cig blogs - coast guard blogs - coffee bean blogs - college baseball blogs - college basketball blogs - college football blogs - colleges blogs - computer blogs - create blogs - dating blogs - elvis blogs - email chat blogs - email pal blogs - enhancement blogs - fall blogs - fha blogs - freedom blogs - friendly blogs - funny blogs - gambler blogs - gemini blogs - her blog - his blog - hockey blogs - join blogs - javas blogs - kid safe blogs - leo blogs - libra blogs - apartments blogs - coffees blogs - horoscopes blogs - life advice blogs - lover blogs - marine blogs - married blogs - military blogs - misc blogs - more money blogs - mortgage blogs - move blogs - movies blogs - musical blogs - navy blogs - new in town blogs - obscure blogs - online date blogs - online game blogs - over 30 blogs - over 40 blogs - over 50 blogs - over 60 blogs - over 70 blogs - over 80 blogs - over 90 blogs - password blogs - pc blogs - mortgages blogs - peoples blogs - pictures blogs - pipe blogs - pisces blogs - poems blogs - poker blogs - police blogs - political blogs radio blogs - read blogs - recreational vehicle blogs - relocation blogs - reserve blogs - rv blogs - safe blogs - scorpio blogs - singles blogs - smokers blogs - smoker blogs - state blogs - state college blogs - taurus blogs - teen advice blogs - teenager blogs - tobacco blogs - tv blogs - vacation blogs - veteran blogs - virgo blogs - virtual blogs - weekly blogs - wingman blogs - word blogs - words blogs - writer blogs - poetry blogs - prescription blogs - sagittarius blogs - straight blogs - summer blogs - gi blogs - hooka blogs - penis enlargement blogs - vfw blogs - casinos blogs - casino blogs - web hosting blogs - hosting blogs - auto blogs - truck blogs - van blogs - suv blogs - 4 wheel blogs - harley blogs - flu blogs - diet blogs - pistols blogs - teenage blogs - lpga blogs - burnable blogs - new tunes blogs - coaching blogs - treasures blogs - trades blogs - nutty blogs - skate blogs - play 21 blogs - weather blogs - poker players - golf blogs - american blogs - football blogs - baseball blogs - hockey blogs - basketball blogs - soccer blogs - cooking blogs - recipe blogs - space blogs - 3d games blogs - barbecue blogs




the colouring archives:

11 articles in 2006-01
22 articles in 2006-02
27 articles in 2006-03
36 articles in 2006-04
27 articles in 2006-05
26 articles in 2006-06
24 articles in 2006-07
18 articles in 2006-08
23 articles in 2006-09
30 articles in 2006-10
22 articles in 2006-11
22 articles in 2006-12
12 articles in 2007-01
12 articles in 2007-02
3 articles in 2007-03
7 articles in 2007-04
11 articles in 2007-05
10 articles in 2007-06
3 articles in 2007-07
1 articles in 2007-09




next page


colouring