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 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!news3.google.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Color gradients lib Followup-To: comp.lang.ada Date: Tue, 08 Feb 2011 17:27 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit Injection-Date: Tue, 8 Feb 2011 16:27:13 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="w8g++bW4v3KH0+SqtoCNSw"; logging-data="22082"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/PU6EZ/w6Z3m812wAzQ1ML" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:Jqb6DPSF5X9gxfvbwfo+AhvncsA= Xref: g2news2.google.com comp.lang.ada:17968 Date: 2011-02-08T17:27:00+01:00 List-Id: Yannick Duchêne (Hibou57) wrote: > Le Tue, 08 Feb 2011 16:18:06 +0100, Yannick Duchêne (Hibou57) > a écrit: >> cold color is (1, 0, 0) and your warm color is (0, 0, 1) > Oops. Actually, my idea to have the cold color being red and the warm > color being blue, was not a good idea (cheese). Just imagine the opposite > please. Thanks, but I'm not actually worried about the actual computation -- I only wonder if I can get that stock palette from matlab from somewhere, just so my pics are standard too. In that regard I can see how my giving the spec has confused you. I mean, I'm sure that matplotlib for python has readily usable gradients really nice looking. I wondered if I could get the same for Ada or if I should roll out mine. Actually I think the quickest way is to just print out the matlab one. Although it would be nice to have a variety of them for different purposes.