/image
        
    
            
        
| Vars | |
| realized_overlays | List of overlay "keys" (info about the appearance) -> mutable versions of static appearances Drawn from the overlays list | 
|---|---|
| realized_underlays | List of underlay "keys" (info about the appearance) -> mutable versions of static appearances Drawn from the underlays list | 
| Procs | |
| realize_overlays | Takes the image's existing overlays, and makes them mutable so they can be properly vv'd in the realized_overlays list | 
Var Details
realized_overlays
            
        
    
            
        
        List of overlay "keys" (info about the appearance) -> mutable versions of static appearances Drawn from the overlays list
realized_underlays
            
        
    
            
        
        List of underlay "keys" (info about the appearance) -> mutable versions of static appearances Drawn from the underlays list
Proc Details
realize_overlays
Takes the image's existing overlays, and makes them mutable so they can be properly vv'd in the realized_overlays list