/ Code Css brightness() | Résultat du code Css brightness() | Copie d'écran / J'ai vu une erreur dans cette page

Exemple de code de la fonction CSS brightness().

<style>
.brightness0{
 -webkit-filter  : ; 
     : ; 
}

.brightness150{
 -webkit-filter  : ; 
     : ; 
}

.brightness100{
 -webkit-filter  : ; 
     : ; 
}

.brightness50{
 -webkit-filter  : link-css=brightness()brightness(50%)link-css=brightness(); 
     : ; 
}

.img{
margin:10px; 
}

</style>
<div style="width:150px; height:150px" class="img"><img src="/img/exemple/filter-image.jpg"></div>
<img src="/img/exemple/filter-image.jpg" style="width:150px; height:150px" class="img brightness0"> 
<img src="/img/exemple/filter-image.jpg" style="width:150px; height:150px" class="img brightness50">  
<img src="/img/exemple/filter-image.jpg" style="width:150px; height:150px" class="img brightness100"> 
<img src="/img/exemple/filter-image.jpg" style="width:150px; height:150px" class="img brightness150">

Interprétation du code de la fonction brightness() CSS par votre navigateur.

Interprétation normale du code de la fonction CSS brightness() (copie d'écran).

copie d'écran de l'affichage de la fonction CSS brightness()