SGR GetSVGColors-EN : Différence entre versions
De BlueWiki
(Page créée avec « Component Command List Version française === Parameters === ») |
|||
(3 révisions intermédiaires par un utilisateur sont masquées) | |||
Ligne 1 : | Ligne 1 : | ||
− | [[Composant_Graphe_SVG-EN#Commands|Component Command List ]] | + | [[Composant_Graphe_SVG-EN#Commands|Component Command List ]] - [[SGR_GetSVGColors|Version française]] |
− | + | ||
− | [[SGR_GetSVGColors|Version française]] | + | |
=== Parameters === | === Parameters === | ||
+ | ---- | ||
+ | {| class="wikitable" | ||
+ | !Parameters | ||
+ | !Type | ||
+ | ! | ||
+ | !arameter N° | ||
+ | !Description | ||
+ | |||
+ | |- | ||
+ | |valign="top"|Coulors | ||
+ | |valign="top"|Pointer | ||
+ | |valign="top"|[[File:out.png|caption]] | ||
+ | |valign="top" align="center"|1 | ||
+ | |the array pointed returns the list of SVG color names sorted alphabetically | ||
+ | |} | ||
+ | |||
+ | === Description === | ||
+ | ---- | ||
+ | This command returns the names of SVG colors : [[SVG_Colors|SVG Colors]] | ||
+ | |||
+ | === Code exemple=== | ||
+ | ---- | ||
+ | |||
+ | TEXT ARRAY(Color1;0) | ||
+ | SGR_GetSVGColors (->Color1) |
Version actuelle en date du 2 juillet 2014 à 19:17
Component Command List - Version française
[modifier] Parameters
Parameters | Type | arameter N° | Description | |
---|---|---|---|---|
Coulors | Pointer | 1 | the array pointed returns the list of SVG color names sorted alphabetically |
[modifier] Description
This command returns the names of SVG colors : SVG Colors
[modifier] Code exemple
TEXT ARRAY(Color1;0) SGR_GetSVGColors (->Color1)