Blush
Description
With the Blush component you can create to draw in the SkCanva interface.
🚧 Under Development
We will add more features soon.
Property Component
| Property | Type | Description |
|---|---|---|
| Loading | Str | load the binary Ecsx file through the relative path. |
| Style | Str | the brush style to be drawn |
| Color | Hex | brush color |
| Size | Float | brush size |
Functions Component
Blur
Creates a blur effect on the brush.
Example
| Property | Type | Description |
|---|---|---|
| x | float | Horizontal blur |
| y | float | Vertical blur |
Shadow
Creates a shadow effect on the brush.
Example
| Property | Type | Description |
|---|---|---|
| dx | Float | distance x of the element |
| dy | Float | distance y of the element |
| forcy | Float | strength y of the element |
| forcx | Float | strength x of the element |
| color | Hex | color shadow |