-
Notifications
You must be signed in to change notification settings - Fork 0
f_Gradient
rasberry edited this page Nov 5, 2025
·
1 revision
Draws a Gradient
-g (GradientKind) Gradient Shape (default Linear)
-d (DirectionKind) Gradient Direction (default Forward)
-ps (x,y) Staring point coordinates
-pe (x,y) Ending point coordinates
-pps (x,y) Staring point relative(%) coordinates
-ppe (x,y) Ending point relative(%) coordinates
-s (number) Gradient speed multiplier (default 1.0)
-o (number) Gradient color offset (default 0.0)
-r Restrict gradient to area defined by the coordinates
--gradient (name) Use a (registered) gradient (defaults to 'FullRGB')
--metric (name) Use a (registered) distance metric (defaults to euclidean)
Available Gradient Shapes:
0. Linear
1. Radial
2. Square
3. Conical
4. Bilinear
Available Gradient Directions:
0. Forward
1. Backward
2. ForBack
3. BackFor
| Images | |
|---|---|
| Default | ![]() |
| --gradient Gimp Tube Red | ![]() |
| -ps 40,20 -pe 250,120 -r | ![]() |
| -pps 10%,10% -ppe 90%,50% -s 2.0 | ![]() |
| -pps 0.5,0.4 -ppe 0.9,0.5 -g Conical | ![]() |
| --gradient Gimp Tube Red -g Radial -d ForBack -o 0.5 | ![]() |





