Image Editing / Element Filtering | JavaScript Block Editor
Image Editing / Element Filtering | JavaScript Block Editor
You can add either an ImageView or any other elements such as Button, TextView etc.We have added a Button to edit.
Prerequisites
Download JavaScript Block Editor App
HTML
JS
Understanding subspecs (!important)
| Effect | Default Value | Values | Description | |
|---|---|---|---|---|
| Minimum | Maximum | |||
| Blur | 0 | 0 | ∞ | Obscures the element. |
| Brightness | 100 | 0 | ∞ | Brightens the element. |
| Contrast | 100 | 0 | ∞ | Contrasts the element. |
| Grayscale | 0 | 0 | 100 | Makes the element B/W. |
| Hue-rotate | 0 | 0 | 360 | Adjusts a hue rotation on the element. |
| Invert | 0 | 0 | 100 | Inverts the element. |
| Opacity | 100 | 0 | 100 | Adjusts alpha on the element. |
| Saturate | 100 | 0 | ∞ | Saturates the element. |
| Sepia | 0 | 0 | 100 | Turns into sepia. |
Comments
Post a Comment