Top "Linear-gradients" questions

A linear gradient is a field of color which smoothly changes from one color to another (or more than two).

How to give "locations" to CAGradientLayer

I have created CAGradientLayer having three colors, i need to give each color different locations. Example: Red = 0 to 50 % Yellow = 51 to 80 % …

ios core-graphics linear-gradients cagradientlayer
How to draw a linear gradient arc with Qt QPainter?

I'm trying to develop a custom QProgressBar that will look like the following image : I created a class that extends …

qt linear-gradients qpainter
linear-gradient using CSS3 PIE in IE9 not working, IE8 does

I've decided to completely drop support for IE6 and IE7 in my website, redirecting it's users to a text-only warning …

css internet-explorer-9 css3pie linear-gradients
Generate solid colors using CSS linear-gradient (not smooth colors)

Assuming my linear CSS gradient looks like this: background: linear-gradient(to right, red 0%, green 20%, blue 40%, purple 60%, yellow 80%, black 100%) It will …

css gradient linear-gradients
Gradient line with dashed pattern

I need to create a dashed line with a linear gradient. I managed to create a dashed line using <…

html css linear-gradients
Defining angle of the gradient using CAGradientLayer

I am trying to draw angular gradient using CaGradientLayer. I know angle can be defined using startPoint and endPoint. I …

ios objective-c gradient linear-gradients cagradientlayer
Linear gradient across SVG line

I am wondering about possibility to make linearGradient across (from top to bottom) the line, as opposed to the example …

svg line linear-gradients
background image, linear gradient jagged edged result needs to be smooth edged

I'm trying to make the bottom of an image pointed. I've tried to get this effect by producing two triangles …

css responsive-design css-shapes linear-gradients
CSS 3 Gradient n pixels from bottom - Webkit/Safari

Is there a way to creat a gradient with a stop n pixels from the bottom edge of the element? …

webkit css linear-gradients