La función hue-rotate() es una función incorporada que se usa para aplicar un filtro a la imagen para establecer la rotación del tono de la imagen.
Sintaxis:
hue-rotate( angle )
Parámetros: esta función acepta un solo parámetro de ángulo que contiene el ángulo de rotación del matiz. Un ángulo de matiz positivo aumenta el valor de matiz, mientras que un ángulo negativo lo reduce.
El siguiente ejemplo ilustra la función hue-rotate() en CSS:
Ejemplo:
<!DOCTYPE html> <html> <head> <title>CSS hue-rotate() Function</title> <style> h1 { color:green; } body { text-align:center; } .hue_rotate_effect { filter: hue-rotate(100deg); } </style> </head> <body> <h1>GeeksforGeeks</h1> <h2>CSS hue-rotate() function</h2> <img class="hue_rotate_effect" src= "https://media.geeksforgeeks.org/wp-content/cdn-uploads/20190710102234/download3.png" alt="GeeksforGeeks logo"> </body> </html>
Producción:
Navegadores compatibles: los navegadores compatibles con la función hue-rotate() se enumeran a continuación:
- Google Chrome
- explorador de Internet
- Firefox
- Safari
- Ópera