From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4370411c07c164af,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!weretis.net!feeder3.news.weretis.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Color gradients lib Followup-To: comp.lang.ada Date: Tue, 08 Feb 2011 11:58 +0100 Organization: A noiseless patient Spider Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Tue, 8 Feb 2011 10:58:14 +0000 (UTC) Injection-Info: mx03.eternal-september.org; posting-host="w8g++bW4v3KH0+SqtoCNSw"; logging-data="13810"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1827kh3wDUo1aa9KWULwyJP" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:cmcxbZ9RFPlAh9/LWTvqHWUwUpU= Xref: g2news2.google.com comp.lang.ada:17953 Date: 2011-02-08T11:58:00+01:00 List-Id: Hello, I need to plot some data (2D maps) and I have everything in my drawing library except some readily usable gradients. I was wondering if some Ada library out there has this before making my custom one. I would need one to represent bad/good ranges (e.g. the default gradient blue-cold to red-hot in matlab), and another to show a density of samples (perhaps simple shades of gray). The second one is straightforward, but the first one seems like something pretty standard, so I wouldn't like to create one that is similar but not the same. (e.g. the first example in http://www.mathworks.com/help/techdoc/visualize/f0-18164.html#f0-5919 ) Thanks for any suggestions.