wp-includes/block-supports/duotone.php

WP文件 11
Duotone block support flag.
函数/钩子名 描述
wp_tinycolor_string_to_rgb (函数) wp_tinycolor_string_to_rgb: 这个函数将颜色的字符串表示(如’#ff0000’)转换为红、绿、蓝(RGB)值: 这是由TinyColor库使用的。
wp_tinycolor_rgb_to_rgb (函数) wp_tinycolor_rgb_to_rgb: 这个函数将一个以红、绿、蓝(RGB)值表示的颜色转换为另一个RGB表示: 这是TinyColor库所使用的。
wp_tinycolor_hue_to_rgb (函数) wp_tinycolor_hue_to_rgb: 该函数将色调值转换为红、绿、蓝(RGB)值: 这是由TinyColor库使用的。
wp_tinycolor_hsl_to_rgb (函数) wp_tinycolor_hsl_to_rgb: 这个函数将以色相、饱和度和亮度(HSL)表示的颜色转换为红、绿、蓝(RGB)值。这被TinyColor库所使用。
wp_tinycolor_bound01 (函数) wp_tinycolor_bound01: 这个函数将一个颜色分量(如红色、绿色或蓝色)规范化为0到1之间的数字。 这被TinyColor库使用,它包含在WordPress中,并提供了一个方便的方法来
wp_render_duotone_support (函数) wp_render_duotone_support: 这个函数输出为图像元素添加支持双色过滤效果所需的HTML和CSS。
wp_register_duotone_support (函数) wp_register_duotone_support – 在WordPress编辑器中注册对图片的双色调过滤器的支持。
wp_get_duotone_filter_svg (函数) wp_get_duotone_filter_svg: 这个函数返回用于在图像上产生双色调效果的双色调过滤器的SVG代码。它与wp_get_duotone_filter_id一起使用,以生成SVG过滤器
wp_get_duotone_filter_property (函数) wp_get_duotone_filter_property: 这个函数返回用于对图片进行双色过滤的CSS属性。它通常用于为前端的图像设置样式。
wp_get_duotone_filter_id (函数) wp_get_duotone_filter_id: 这个函数返回用于在图像上产生双色调效果的SVG过滤器的ID。它与wp_get_duotone_filter_svg一起使用,以生成SVG过滤器。
_wp_tinycolor_bound_alpha (函数) _wp_tinycolor_bound_alpha: 这个函数检查一个颜色的alpha值是否在可接受的范围内(0-1)。它在_wp_custom_background_cb和_wp_custom_he

常见问题

FAQs
查看更多 >