Skip to content

Blush

Description

With the Blush component you can create to draw in the SkCanva interface.

@Blush N2026050914172052879bf8616:
        Loading:
        Style:"Point"
        Color:#ffffd010
        Size:2.8

🚧 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

blur:
  x:12.0
  y:12.0
Property Type Description
x float Horizontal blur
y float Vertical blur

Shadow

Creates a shadow effect on the brush.

Example

shadow:
  color:#fffd1f17
  dx:12.4
  dy:12.5
  forcx:18.4
  forcy:17.9
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