-Modify all three defines to include one more parameter, as such: (define
(... s-offset-y bg-colour)

-Modify the call to apply-3d-outline-logo-effect in the two
(script-fu-3d-outline-... to include the same parameter:
(apply-3d-outline-logo-effect ... s-offset-y bg-colour)

-In each script-fu-register, add the line:
SF-COLOR _"Background Colour" '(255 255 255))
below the last SF-ADJUSTMENT ... and remove the second closing bracket at
the end of that line so it reads: SF-ADJUSTMENT _"Shadow Y offset" '(0 0 200
1 5 0 1)

-Finally, in apply-3d-outline-logo-effect find the line: (gimp-invert layer
3) and add the following immediately after: (gimp-by-color-select layer3
'(255 255 255) 0 REPLACE FALSE FALSE 0 FALSE) (gimp-palette-set-background
bg-colour) (gimp-edit-fill layer3 BG-IMAGE-FILL) (gimp-selection-none img)

Guillaume 

> -----Original Message-----
> From: Zeke Lightwave [mailto:[EMAIL PROTECTED]
> Sent: 26 September 2003 07:20
> To: [EMAIL PROTECTED]
> Subject: [Gimp-user] Script-Fu Help
> 
> 
> I'm trying to edit the 3D-Outline script so I can change the
> background 
> to being something non-white, can anybody help me with this? 
> I've looked 
> at the source and tried changing the colors where it set's the bg/fg, 
> but that didn't help . . TIA.
> 
> -Brent G
> 
> _______________________________________________
> Gimp-user mailing list
> [EMAIL PROTECTED]
> http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
> 
_______________________________________________
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

Reply via email to