wp_tinycolor_hue_to_rgb
- %1$s is private and should not be used in themes or plugins directly.
- wp_tinycolor_hue_to_rgb is deprecated since version 6.3.0!
wp_tinycolor_hue_to_rgb ( $p, $q, $t )
Access:Parameters:- (float) p first component.
- (float) q second component.
- (float) t third component.
Links:Returns:- (float) R, G, or B component.
Defined at: - Introduced in WordPress: 5.8.0
- Deprecated in WordPress: 6.3.0
Description
Helper function for hsl to rgb conversion.Direct port of TinyColor's function, lightly simplified to maintain
consistency with TinyColor.