_wp_tinycolor_bound_alpha
- %1$s is private and should not be used in themes or plugins directly.
- _wp_tinycolor_bound_alpha is deprecated since version 6.3.0!
_wp_tinycolor_bound_alpha ( $n )
Access:Parameters:- (mixed) n Number of unknown type.
Links:Returns:- (float) Value in the range [0,1].
Defined at: - Introduced in WordPress: 5.9.0
- Deprecated in WordPress: 6.3.0
Description
Direct port of tinycolor's boundAlpha function to maintain consistency with
how tinycolor works.