Lava Filters - AdjustHue
Category:Color
Description:Adjusts the hue by the specified percentage (10%) or degrees (10deg).
Input: "Item": {
...
"Attributes":{
BackgroundColor: '#ee7625',
}
}
Lava: {{ Item | Attribute:'BackgroundColor' | AdjustHue:'20%' }}
Output: #74ed25