Filters Twenty Seventeen default saturation level.
$saturationintwp-content/themes/twentyseventeen/inc/color-patterns.php:23twentyseventeen_custom_colors_css()<?php * Filters Twenty Seventeen default saturation level. * * @since Twenty Seventeen 1.0 * * @param int $saturation Color saturation level. */ $saturation = absint( apply_filters( 'twentyseventeen_custom_colors_saturation', 50 ) ); $reduced_saturation = ( .8 * $saturation ) . '%'; $saturation = $saturation . '%'; $css = '/** * Twenty Seventeen: Color Patterns *Introduced in Twenty Seventeen 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.