Vertaling van "CSS function" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The brightness() CSS function applies a linear multiplier to the input image, making it appear brighter or darker.
La fonction CSS brightness() applique un multiplicateur linéaire sur une image afin de la rendre plus claire ou plus sombre.
The saturate() CSS function super-saturates or desaturates the input image.
La fonction CSS opacity() permet de modifier la transparence de l'image.
The invert() CSS function inverts the color samples in the input image.
La fonction CSS invert() permet d'inverser les couleurs de l'image.
However, instead of using a string, the color is defined using the CSS function rgb().
Toutefois, au lieu d'utiliser une chaîne de caractères, on utilise ici la fonction CSS rgb().
The minmax() CSS function defines a size range greater than or equal to min and less parameters, min and max.
La fonction CSS minmax() définit un intervalle de taille compris (au sens large) entre min et max.
The saturate() CSS function super-saturates or desaturates the input image.
La fonction CSS saturate() permet d'accentuer ou de réduire la saturation d'une image.
The repeating-radial-gradient() CSS function creates an <image> consisting of repeating gradients radiating from an origin.
La fonction CSS radial-gradient() crée une <image> qui représente un dégradé circulaire de couleurs, rayonnant depuis une origine.
The contrast() CSS function adjusts the contrast of the input image.
Voir aussi La fonction CSS contrast() permet d'ajuster le contraste d'une image.
The translate3d() CSS function repositions an element in 3D space.
La fonction CSS translate3d() permet de déplacer un élément dans l'espace tridimensionnel.
The env() CSS function can be used to insert the value of a user agent-defined environment variable into your CSS, in a similar fashion to the var() function and custom properties.
La fonction CSS env() peut être utilisée afin d'insérer la valeur d'une variable d'environnement dans une règle. Les variables d'environnement sont globales pour un document donné, à la différence des propriétés personnalisées.
The scale() CSS function modifies the size of the element.
La fonction scale() modifie la taille d'un élément.
The translate() CSS function moves the position of the element on the plane.
La fonction translate() permet de déplacer un élément sur le plan formé par le document.
The rotate3d()CSS function defines a transformation that moves the element around a fixed axis without deforming it.
La fonction rotate3d() définit une transformation qui déplace l'élément autour d'un axe donné, sans déformer l'élément.