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 ( )
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 )
$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..