calculateOverlay()
calculateOverlay(string $hex,integer $alpha)
Calculate rgba() from hex and alpha.
Parameters
string | $hex | |
integer | $alpha |
Utility functionality for customize controls and output.
getValue(string $id,\DevOwl\Customize\AbstractCustomizePanel $panel)
Get the value of a given setting ID. If it is currently in "save" mode, it returns the new value it tries to update.
string | $id | |
\DevOwl\Customize\AbstractCustomizePanel | $panel |