composite {
  layer {
    (compose->Blend)
    composite {
      layer {
        (compose->HardLight)
        create_image {
          (width->300)
          (height->225)
          (pseudo_format->plasma:fractal)
        }
        edge {
          (radius->8.0)
        }
        blur {
          (sigma->4.0)
        }
        modulate {
          (saturation->60)
        }
      }
      layer {
        create_image {
          (width->300)
          (height->225)
          (pseudo_format->pattern:hexagons)
        }
        modulate {
          (brightness->40)
        }
        shade {
          (azimuth->270)
          (elevation->30)
        }
      }
    }
    swirl {
      (degrees->80)
    }
  }
  layer {
    create_image {
      (width->300)
      (height->225)
      (pseudo_format->gradient:#DB4-#26E)
    }
    normalize {
    }
    enhance {
    }
  }
}