Package: gsk

Function gsk:render-node-write-to-file

Lambda List

gsk:render-node-write-to-file (node path)

Arguments

node -- a gsk:render-node instance
path -- a pathname or namestring for the file to save it to

Return Value

True if saving was successful.

Details

This function is mostly intended for use inside a debugger to quickly dump a render node to a file for later inspection.

Examples

Example output for a gsk:color-node instance.
color {
  bounds: 0 0 10 20;
  color: rgb(255,0,0);
}    
 

See also

2025-2-8