Template:Gradient
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
Code | Result | Example |
---|---|---|
1=#RRGGBB | First color-stop. | 1=#00FF00 |
2=#RRGGBB | Second color-stop. | 2=#8CA1FF |
3=0.0-1.0 | (optional) First color-stop's start point. | 3=0.35 |
4=0.0-1.0 | (optional) Second color-stop's start point. | 4=0.8 |
h=1 | (optional) Defines horizontal gradient. | h=1 |