Help for this page

Select Code to Download


  1. or download this
    $backdrop-> rubthrough( src => $_-> to_rgb8, 
                            tx => $left, ty => $top );
    
  2. or download this
        if ( $backdrop ) {              # not 1st?
            my $mask = $_-> copy;
    ...
        else {
            $backdrop = $_-> to_rgb8
        }