Filling with a pattern *and* a color?
Filling with a pattern *and* a color?
- Subject: Filling with a pattern *and* a color?
- From: "Scott Craver" <email@hidden>
- Date: Mon, 25 Sep 2006 20:14:53 +0200
Hi,
I want to draw a shape filled with a basic pattern (horizontal stripes,)
using a color specified by the user. Basically like an old-school drawing
program would.
Viewing earlier list entries, I saw that to use a pattern fill, I had to
create the pattern as an image, and use:
[ [NSColor +colorWithPatternImage: myImage] setFill];
Done and done---but this only paints the pattern exactly as I created it,
using the colors in the image. How on Earth do I fill that pattern in a
specified color?
Thanks,
Xcott
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden