This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
SVG_GET_DEFAULT_BRUSHES

SVG_GET_DEFAULT_BRUSHES 


 

SVG_GET_DEFAULT_BRUSHES ( line {; background} ) 
Parameter Type   Description
line  Pointer in Alpha variable
background  Pointer in Alpha variable

The SVG_GET_DEFAULT_BRUSHES command returns, in the variable pointed to by line, the current default color for drawing lines.

If the optional background parameter is passed, the variable pointed to by this parameter will receive the current default color used for backgrounds.

If they have not been modified, these colors are, respectively, black and white.

Example  

See the SVG_SET_DEFAULT_BRUSHES command.



See also 

SVG_SET_DEFAULT_BRUSHES
SVG_SET_STROKE_BRUSH

 
PROPERTIES 

Product: 4D
Theme: Colors and Gradients
Number: 65927

This command can be run in preemptive processes

 
PAGE CONTENTS 
 
HISTORY 

Created: Composant 4D SVG v11.3

 
ARTICLE USAGE

4D SVG Component ( 4D v20 R7)