Thanks a bunch - mucho appreciated!
-u >----Original Message---- >From: [email protected] >Date: 13/03/2016 20:48 >To: "[email protected]"<[email protected]>, "gimp-user-list@gnome. org"<[email protected]> >Subj: Re: [Gimp-user] Scheme - random foreground colour > >Try > >(list (rand 255) (rand 255) (rand 255)) > >for example: (gimp-context-set-foreground (list (rand 255) (rand 255) (rand 255))) > >Kevin > >________________________________________ >From: gimp-user-list <[email protected]> on behalf of [email protected] <[email protected]> >Sent: 13 March 2016 18:40 >To: [email protected] >Subject: [Gimp-user] Scheme - random foreground colour > >Hi, > >Can anyone tell me please, how to pass random values as colour >parameter list with script-fu? > >Thanks > >-u >_______________________________________________ >gimp-user-list mailing list >List address: [email protected] >List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list >List archives: https://mail.gnome.org/archives/gimp-user-list > _______________________________________________ gimp-user-list mailing list List address: [email protected] List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list
