A simple Tangular template engine helper for transforming hex
colors to RGBA colors
.
- jComponent
v19|v20
Usage:
<div style="background:{{ name | color | rgba(0.5) }}">{{ name }}</div>
<div style="background:{{ username | color | rgba(0.5) }}">{{ username }}</div>