About my projects, examples and tutorials
Gnome::Gsk4::T-transform

Gnome::Gsk4::T-transform

Class initialization§

new§

Initialization of a type class is simple and only needed when the standalone functions are used.

method new ( )
Code

Standalone Functions§

transform-parse§

Parses the given $string into a transform and puts it in $out-transform.

Strings printed via .to-string() can be read in again successfully using this function.

If $string does not describe a valid transform, False is returned and undefined is put in $out-transform.

method transform-parse ( Str $string, N-Object $out-transform --> Bool )
Code
  • $string; the string to parse.
  • $out-transform; (transfer ownership: full) The location to put the transform in

Return value; True if $string described a valid transform..