wp_tinycolor_rgb_to_rgb
- %1$s is private and should not be used in themes or plugins directly.
- wp_tinycolor_rgb_to_rgb is deprecated since version 6.3.0!
wp_tinycolor_rgb_to_rgb ( $rgb_color )
Access:Parameters:- (array) rgb_color RGB object.
Links:Returns:- (array) Rounded and converted RGB object.
Defined at: - Introduced in WordPress: 5.8.0
- Deprecated in WordPress: 6.3.0
Description
Rounds and converts values of an RGB object.Direct port of TinyColor's function, lightly simplified to maintain
consistency with TinyColor.