Lava Filters - FadeOut

Category:Color

Description:Increases the opacity level by the given percentage. This makes the color more transparent.
Input: "Item": { ... "Attributes":{ BackgroundColor: '#ee7625', } }
Lava: {{ Item | Attribute:'BackgroundColor' | FadeOut:'20%' }}
Output: rgba( 238, 118, 37, 0.8 )