Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v20 R7
SVG_Color_grey

SVG_Color_grey 


 

SVG_Color_grey ( Prozent ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
Prozent  Ganzzahl in Intensity of gray
Funktionsergebnis  String in Color string

The SVG_Color_grey command returns a string expressing a gray color having a percentage intensity. The string returned is in "RGB(red, green, blue)" form where the 3 values are equal, the syntax recognized by SVG rendering engines.

 $txtColor:=SVG_Color_grey(60)
  `$txtColor is "rgb(102,102,102)"



Siehe auch 

SVG_Color_RGB_from_long

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Colors and Gradients
Nummer: 65924

Dieser Befehl kann in preemptive Prozessen laufen

 
SEITENINHALT 
 
GESCHICHTE 

Erstellt: Composant 4D SVG v11.3

 
ARTIKELVERWENDUNG

4D SVG ( 4D v20 R7)