El Saturday 29 March 2008 12:38:19 Sevcsik András escribió:
> Hi!
>
> How can I assign a spectrum to a gradient part?
>
> It displays the first spectrum defined in the spectra {} block.

you must use the "spectrum" property in the "gradient" block. Example:

        part {
                type: GRADIENT;
                description {
                        ...
                        gradient {
                                spectrum: "spectrumName";
                        }
                        ...
                }
                ...
        }

I updated the EDCReference in CVS to reflect these changes so it should be 
available online soon.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to