RecolorizationPreview
The Recolorization Preview component displays a live recolorization preview of an item's image.
name | type | required | comment |
---|---|---|---|
hueOffset | number | yes | Offset, in degrees, to move the hue around the hue wheel. |
lightnessMultiplier | number | yes | Amount by which to multiply the lightness. |
saturationMultiplier | number | yes | Amount by which to multiply the saturation. |
show | boolean | yes | Hide the preview. |
url | string | yes | URL pointing to the unmodified image. |
maxPreviewSize | number | no | Max size in any dimension for the image. Useful to reduce processing time on larger images. Default value: 4096 |
onImageLoad | () => void | no |
Result
Loading...
Live Editor