https://github.com/geta/imageresizer.plugins.gradientoverlay
Plugin for ImageResizer that allows for drawing of gradients on top of images.
https://github.com/geta/imageresizer.plugins.gradientoverlay
Last synced: about 2 months ago
JSON representation
Plugin for ImageResizer that allows for drawing of gradients on top of images.
- Host: GitHub
- URL: https://github.com/geta/imageresizer.plugins.gradientoverlay
- Owner: Geta
- Created: 2014-11-11T14:41:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T12:14:23.000Z (over 4 years ago)
- Last Synced: 2025-02-08T17:44:43.889Z (3 months ago)
- Language: C#
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ImageResizer.Plugins.GradientOverlay
====================================* Master
,branch:master/statusIcon)
(no actual fish harmed in the making of this picture, they are latex replicas)
### Parameters
* **gradient** - values '1' or 'true', specifies if plugin should be used.
* **gmode** - values 'r' for radial gradient or omitted for linear.
* **gstart** - values x or x,y (0 - 100)(percent of image width/height), start position of gradient (can be lower than 0 and higher than 100)(default 0,0 for l-gradient 50,50 for r-gradient).
* **gend** - values x or x,y (0 - 100), end position of gradient (default 0,100 for l-gradient 100,100 for r-gradient)
* **gcstart** - gradient start color, hexadecimal color value (argb shorthand f000 or full ff000000 are accepted)(default 0000).
* **gcend** - gradient end color, hexadecimal color value (argb shorthand f000 or full ff000000 are accepted)(default f000).
* **gcfill** - applies a fill color beneath gradient, hexadecimal color value (argb shorthand f000 or full ff000000 are accepted)(default f000).
* **gclamp** - center clamping (useful for r-gradients), amount the center value should be pushed outwards (0-100 percent from start to end)(default 0).
* **gmirror** - values '1' or 'true', specifies if wrapping of gradient should be mirrored (default is to clamp start/end).