SGR GetSVGColors-EN : Différence entre versions

De BlueWiki
(Page créée avec « Component Command List Version française === Parameters === »)
 
Ligne 3 : Ligne 3 :
 
[[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 : [[Couleurs_en_SVG|Couleurs en SVG]]
 +
 +
=== Code exemple===
 +
----
 +
 +
TEXT ARRAY(Color1;0)
 +
SGR_GetSVGColors (->Color1)

Version du 30 juin 2014 à 22:25

Component Command List

Version française

Parameters


Parameters Type arameter N° Description
Coulors Pointer caption 1 the array pointed returns the list of SVG color names sorted alphabetically

Description


This command returns the names of SVG colors : Couleurs en SVG

Code exemple


TEXT ARRAY(Color1;0)
SGR_GetSVGColors (->Color1)