SVG Colors : Différence entre versions

De BlueWiki
Ligne 3 : Ligne 3 :
 
[[Couleurs_en_SVG|Version française]]
 
[[Couleurs_en_SVG|Version française]]
  
Le SVG reconnaît toutes les syntaxes alternatives pour les couleurs définies dans la norme CSS2
+
SVG allows any alternative syntaxes for the colors defined in the CSS2 standard
  
 
The color can be expressed in the following ways :
 
The color can be expressed in the following ways :
Ligne 14 : Ligne 14 :
  
  
Le SVG admet également une liste étendue de mots-clés de noms de couleur, par exemple "red".  
+
SVG also admits an extensive list of keywords color names, such as "red".
  
Vous trouverez dans ce lien la liste des couleurs et leur nom : [http://www.w3.org/TR/SVG/types.html#ColorKeywords Liste des couleurs SVG normalisées]
+
Follow this link for the list of colors and their names : [http://www.w3.org/TR/SVG/types.html#ColorKeywords SVG standard list of colors]

Version du 30 juin 2014 à 22:15

Component Command List

Version française

SVG allows any alternative syntaxes for the colors defined in the CSS2 standard

The color can be expressed in the following ways :

#f00
#ff0000
#rvb(255,0,0)
#rvb(100%,0%,0%)

Pour obtenir une couleur à l'un de ces format à partir d'une couleur 4D vous pouvez utiliser la commande "SVG_Color_RGB_from_long" du composant SVG


SVG also admits an extensive list of keywords color names, such as "red".

Follow this link for the list of colors and their names : SVG standard list of colors