Theme color to Hexa value with transparency parameter

A simple function to convert any theme color to Hex color. Function accept 2 parameters :
- Theme color : App.theme.color.primary
- Transparency from 0 to 1 : .5
You can use it to return HEX text : fnReturnHexColor(App.theme.color.primary,.5) Color : ColorValue(fnReturnHexColor(App.theme.color.primary,.5))
No details available.
More Snippets from this Author
Page 1 of 0
Loading...
Loading...