Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
gradient
- Page 1
Re: gradient in firefox and ie
Digital Media
UI / UX Design
12 Years Ago
by dany12
gradient
ganerator best idea
Gradient
Digital Media
UI / UX Design
11 Years Ago
by active-worker
…-bar-bg.png) repeat-x; background: -webkit-
gradient
(linear, left top, left bottom, from(#b9b9b9), to…(#6a6a6a)); background: -moz-linear-
gradient
(top, #b9b9b9, #6a6a6a); background: linear-
gradient
(-90deg, #b9b9b9, #6a6a6a); Please let… me know that what is
gradient
and linear-
gradient
? Why takes different values here like 2nd …
Re: Gradient
Digital Media
UI / UX Design
11 Years Ago
by IIM
… Apple proposal implemented in 2008: > > -webkit-
gradient
(<type>, <point> [, <radius&…create both linear and radial gradients. * background: -webkit-
gradient
(linear, left top, left bottom, from(#b9b9b9), to(#…implements both linear and radial gradients * background: -moz-linear-
gradient
(top, #b9b9b9, #6a6a6a); //For old Fx (3.…
Re: Gradient
Digital Media
UI / UX Design
11 Years Ago
by LastMitch
>Please see the following code and response. What is the issue? >Please let me know that what is
gradient
and linear-
gradient
? Why takes different values here like Read these 2 article and it will explain the differences: http://www.css3files.com/
gradient
/ http://www.hongkiat.com/blog/css3-linear-
gradient
/
Re: Gradient
Digital Media
UI / UX Design
11 Years Ago
by crescendo
… every browser regardless as it supports all browsers. background: -webkit-
gradient
(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a)); is… google chrome and safari background: -moz-linear-
gradient
is used by Mozilla Firefox background: linear-
gradient
(-90deg, #b9b9b9, #6a6a6a); is used by…
gradient in firefox and ie
Digital Media
UI / UX Design
12 Years Ago
by hwoarang69
…, -o-linear, -ms-linear.... /*Safari, google chrome*/ background:-moz-linear-
gradient
(center top, #b1b7b6 5%, #CCC 100% ); /* Mozilla, gecko */ background: -o…-linear-
gradient
(center bottom, rgb(59,63,65) 9%, rgb(72,76…
Gradient background appearing in blocks ???
Digital Media
UI / UX Design
18 Years Ago
by j4mes_bond25
…, using the Firefox/Flash. This website, which has got the
gradient
background for its menu [url]http://www.tristarwebdesign.co.uk… exactly could this be achievable. Am I not designing my
gradient
background (which I'm doing using Macromedia Fireworks) the right…
Re: Gradient background appearing in blocks ???
Digital Media
UI / UX Design
18 Years Ago
by tgreer
It's about the image... his image has a
gradient
from the top to the bottom, so repeating it horizontally doesn't introduce any borders. Your image's
gradient
runs horizontally, from left to right. Repeating that image horizontally creates a border between the light and dark edges.
Gradient Math/algorithm
Digital Media
UI / UX Design
16 Years Ago
by sciwizeh
… to know what math is involved in making a Color
gradient
(so i can program some myself). My goal for now… can get two locations and matching colors, and display a
gradient
that was formed by them, but i hope to be…
Re: Gradient Math/algorithm
Digital Media
UI / UX Design
16 Years Ago
by Ezzaral
At it's most basic, a linearly interpreted
gradient
just calculates the new RGB values by applying the target …;=0.25. The intermediate color for that point on a
gradient
from white to blue would be obtained by[icode]gradedValue…
Re: Gradient Text Effects
Programming
Web Development
15 Years Ago
by majestic0110
… to use images, you can use CSS to achieve a
gradient
effect - look here : [URL="http://slayeroffice.com/code…
Re: Gradient Math/algorithm
Digital Media
UI / UX Design
16 Years Ago
by sciwizeh
that makes sense, so if i have two arbitrary points... i can get the interpolation the distance between the first point and the newly calculated point over the distance between the first point and the end point gives percentage... Right? a radial
gradient
would be the same rotated over a circle and what about more than 2 points?
Re: Gradient Math/algorithm
Digital Media
UI / UX Design
16 Years Ago
by Ezzaral
More than two points for what? You have a range from one value (min) to another (max) represented as a
gradient
between two colors. Do you mean more color ranges?
Re: Gradient color in TabControl
Programming
Software Development
16 Years Ago
by ddanbe
You could look at [url]http://www.codeproject.com/KB/tabs/flattabcontrol.aspx[/url] To make a
gradient
color use (as an example) : LinearGradientBrush MyLinGradBru = new LinearGradientBrush(MyRect,Color.White,Color.Black,LinearGradientMode.ForwardDiagonal) Which will give a
gradient
from white to black from topleft to bottomright in MyRect.
Re: Gradient color in TabControl
Programming
Software Development
16 Years Ago
by bhaskerlee
….codeproject.com/KB/tabs/flattabcontrol.aspx[/url] To make a
gradient
color use (as an example) : LinearGradientBrush MyLinGradBru = new LinearGradientBrush(MyRect…,Color.White,Color.Black,LinearGradientMode.ForwardDiagonal) Which will give a
gradient
from white to black from topleft to bottomright in MyRect…
Re: gradient magnitude
Programming
Software Development
13 Years Ago
by drkybelk
No. The
gradient
is the highest *CHANGE* in grey value. The maximum is … *FIND* the pixels that belong to the line then the
gradient
will come in handy depending on the algorithm you use...
Gradient color in TabControl
Programming
Software Development
16 Years Ago
by bhaskerlee
Hi all, Does anybody know how can I get a
gradient
color to be used in just the headers in a Tab control? Thanks in advance.
Gradient color in DataGridView
Programming
Software Development
16 Years Ago
by bhaskerlee
Hi all, Does anybody know how can I get a
gradient
color to be used in just the column headers in a Datagridview? Thanks in advance.
Re: Gradient color in DataGridView
Programming
Software Development
16 Years Ago
by LizR
Yes - if you search this forum we've already covered how to colour boxes, and how to do
gradient
colouring
Gradient Text Effects
Programming
Web Development
15 Years Ago
by Minald
How to display
gradient
text effects without an image in HTML?
Re: Gradient Text Effects
Programming
Web Development
15 Years Ago
by ddanbe
… sender, PaintEventArgs e) { Graphics G = e.Graphics; string strText = "
Gradient
"; Font font = new Font("Arial", 144, FontStyle…
gradient color in netbeans
Programming
Software Development
15 Years Ago
by jotha buddhi
Is it possible to apply
gradient
color to the GUI components directly in netbeans without using paint() method..I tried well but I couldn't find 3D colors..
Gradient and Matricies help needed
Programming
Software Development
15 Years Ago
by zukkoor
… few portions. 1. I need the program to calculate the
gradient
of a user entered function. 2. I need to multiply…
Re: Gradient and Matricies help needed
Programming
Software Development
15 Years Ago
by zukkoor
…; gradf= gradF(xt); //Need to figure out how to calc
gradient
int height, width, H, I; height=2; width=2; H…
Re: Gradient and Matricies help needed
Programming
Software Development
15 Years Ago
by jonsca
… you had a clearer road map. As far as the
gradient
goes, it's simply the partial derivative of the function…
Re: Gradient and Matricies help needed
Programming
Software Development
15 Years Ago
by zukkoor
… didn't copy. I made the changes and added the
gradient
portion. I copied my entire program this time which has…
gradient magnitude
Programming
Software Development
13 Years Ago
by jowana
Hello, I have a line on my image and i want to find the maximim grey-level value on that line . so i need to scan the line and pick the pixel with the highest value how can I do this? should I calculat the
gradient
magnitude ? Thanks in advance .. Jowana
Developing Gradient Progree Bars
Programming
Software Development
15 Years Ago
by Talguy
… end_color( "midnight blue" ); // Create the linear
gradient
diagonal Cairo::RefPtr< Cairo::LinearGradient > background_gradient_ptr = Cairo::…(), end_color.get_blue_p()); // Draw a rectangle and fill with
gradient
context->set_source (background_gradient_ptr); context->rectangle (x0, …
CSS Gradient doesn't work in Chrome with long divs
Digital Media
UI / UX Design
11 Years Ago
by Dani
…-color: white; background-image: -webkit-linear-
gradient
(top, #EEE9F0 10%, white); background-image: -moz-linear-
gradient
(top, #EEE9F0 10%, white); background-image…: -ms-linear-
gradient
(top, #EEE9F0 10%, white); background-image…
Re: C# Gradient over bitmap
Programming
Software Development
15 Years Ago
by PyroPaul2
… but even though the image on the form had a
gradient
on it, but was not visible in the bitmap that… made it darker. I applied the
gradient
straight to the bitmap......problem solved. The
gradient
wasn't visible in the rendered bitmap… been so sloppy and removed the code that applied the
gradient
to the form, I would have solved this sooner.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC