Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: A hierarchy of color (intensity)?

by renodino (Curate)
on Nov 22, 2005 at 16:18 UTC ( [id://510844]=note: print w/replies, xml ) Need Help??


in reply to A hierarchy of color (intensity)?

I've used a fairly simplistic solution for DBD::Chart: a simple linear interpolation of RGB values between 2 endpoint colors. E.g., if "cold" is blue and "hot" is yellow, then simply subdivide the value range between the 2 colors into a fixed number of slots (number of available slots depends on your graphics library and/or the app's environment). Then just interpolate each of the R, G, and B values between the endpoint values of each slot. Works surprisingly well despite its simplicity (e.g., see the quadtree display at the DBIx::Chart homepage. I also used a similar technique to provide 3-D shading for the 3-D barcharts.)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://510844]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 15:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found