Tagged Questions

0
votes
1answer
29 views

Can you animate gradients using Quartz in an iPhone?

Hi, I am new to iPhone development and am currently toying with recreating a charting tool I developed for Silverlight. Currently I'm using a gradient to 'fill' a rectangle representing a bar within …
0
votes
1answer
45 views

jQuery Corner+Gradient

I have one div element .box It's width is 200px and height is 300px First I want to make it 's corners round. I do it with following: $('.box').corner('round 10px'); Then I want to add gradient to …
0
votes
2answers
30 views

Text Gradient whith sIFR 3

Hi, I want to use sIFR 3 to add a simple linear gradient filter to a text, I can't find this in the ducumentation hope you guys can give me some help. I found an article that show's how to do this …
0
votes
1answer
26 views

Flash text gradient

Hello I am trying to set gradient for a text in flash. But it never works. It only shows solid color. How it can be done ? regards balkar
0
votes
3answers
45 views

Gradient affects of a function - Flash CS4

I want to apply a blur filter to an image in Flash CS4. I understand how to apply the filer but is there a way to apply it in differing amounts to different parts of the image? I.E. I want to have …
2
votes
3answers
142 views

How to bind GradientStop Colours or GradientStops Property in Silverlight?

I want to be able to have a dynamic Gradient in Silverlight, such as below: <RadialGradientBrush GradientOrigin="0.20,0.5" Center="0.25,0.50" RadiusX="0.75" RadiusY="0.5"> …
-1
votes
1answer
52 views

Gradient Scale - Cocoa

Hi all, How would I write a code that would set the gradient level to 50%? It's pretty straight forward, but I'm not using an NSSlider so it just needs to be dropped down to 50% or anywhere around …
0
votes
3answers
231 views

How to add gradient at bottom of UITableViewCell as Tweetie app does

Does anybody know how: add small gradient to bottom of each UITableViewCell to visually highlight separation between cells and at the same time make each second cell in table a bit darker then the …
1
vote
1answer
285 views

Silverlight 3 - Gradient as background issue - Bug?

I have an issue when attempting to set the background of a grid in a Silverlight 3 app to a gradient. When I set the background of a grid in my application to a gradient, that gradient simply does …
1
vote
1answer
95 views

jQuery gradient plugin?

Is there any good jQuery gradient plugin. I found one, but it uses old jQuery, when I use latest, so it probably won't work with latest version.
0
votes
1answer
424 views

3x3 Sobel operator and gradient features

Reading a paper, I'm having difficulty understanding the algorithm described: Given a black and white digital image of a handwriting sample, cut out a single character to analyze. Since this can be …
3
votes
2answers
61 views

How can I apply a GradientBrush to multiple consecutive objects in XAML?

I have a TextBlock and a Line sitting next to each other in their own exclusive StackPanel. I need to spread my LinearGradientBrush across the two objects, rather than shading them individually. …
5
votes
1answer
136 views

How can I draw a “soft” line in WPF (presumably using a LinearGradientBrush)?

I'm trying to draw a line with soft edges, regardless of the slope. Here's the code I have so far: <Line HorizontalAlignment="Stretch" VerticalAlignment="Center" Stretch="Uniform" …
0
votes
3answers
606 views

How to draw a gradient line (fading in/out) with Core Graphics/iPhone ?

I know how to draw a simple line: CGContextSetRGBStrokeColor(context, 1.0, 1.0, 1.0, 1.0); CGContextMoveToPoint(context, x, y); CGContextAddLineToPoint(context, x2, y2); CGContextStrokePath(context); …
0
votes
1answer
377 views

How to rotate gradient along with sides of 3D cube in Flash - actionscript 3.0

Hello I got goal to achieve, 3d cube manipulated with mouse with gradient filling on each wall. I found some source codes coresponding to gradients and 3d rotating cube but here is the problem: When …

1 2 3 next
15 30 50 per page