SunBurst
Radial sunburst rays emanating from a center point
Radial sunburst rays emanating from a center point
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| color | color | #ffdd88 | Ray color |
| background | color | #000000 | Background color |
| center | position | {"x":0.5,"y":0.5} | Center point of the sunburst |
| rayCount | range | 12 | Number of rays |
| softness | range | 0.3 | Softness of ray edges |
| radius | range | 0.8 | How far the rays extend from the center |
| feather | range | 0.5 | How gradually the rays fade at their outer edge |
| speed | range | 0.2 | Rotation speed - positive values rotate clockwise |
Usage
vue
<Shader>
<SunBurst
color="#ffdd88"
:radius="0.8"
/>
</Shader>