> For the complete documentation index, see [llms.txt](https://interopxyz.gitbook.io/bitmap-plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interopxyz.gitbook.io/bitmap-plus/components/create/procedural-fractal-pass.md).

# Procedural Fractal Pass

Generate a procedural fractal pass on Cellular or Noise

## Description

Generate a procedural fractal pass on Cellular or Noise

{% tabs %}
{% tab title="Preview" %}
![](https://3118158252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhT7C2oduVfvz0FwKt3nj%2Fuploads%2FYKI7Tn1mnTHfZN1DXvhm%2FComponent-ProceduralFractal.png?alt=media\&token=5d205960-54cb-4e81-8523-6d2447a460cc)
{% endtab %}

{% tab title="Location" %}
**Name** | Procedural Fractal Pass

**Nickname** | Fractal

**Tab** | Bitmap

**Panel** | Create

**Division** | 2
{% endtab %}

{% tab title="Inputs" %}
**N** | **Noise** (*B+ Noise*) | A Bitmap Plus Noise object

<mark style="color:blue;">**M**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">|</mark> <mark style="color:blue;"></mark><mark style="color:blue;">**Mode**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">(</mark>*<mark style="color:blue;">Integer</mark>*<mark style="color:blue;">) | The noise fractal mode</mark>

**O** | **Octaves** (*Integer*) | The amount of noise layers used to create the fractal

**L** | **Lacunity** (*Number*) | The frequency multiplier between each octave

**G** | **Gain** (*Number*) | The relative strength of noise from each layer when compared to the last
{% endtab %}

{% tab title="Ouputs" %}
**I** | **Image** (*B+ Image*) | A Bitmap Plus Image

**N** | **Noise** (*B+ Noise*) | A Noise object for input into the Noise Fractal component
{% endtab %}

{% tab title="Mode" %}
![](https://3118158252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhT7C2oduVfvz0FwKt3nj%2Fuploads%2FeV1ulrSGqAXPXGlo6uDD%2Fimage.png?alt=media\&token=fb42f272-523b-4276-8531-df4f25a0a55c)

**Save Image** | Opens a file save dialog to save a raster file of the current image.

**Copy Image to Clipboard** | Copies the image to the clipboard (no alpha)
{% endtab %}
{% endtabs %}

### **Fractal** Mode

<details>

<summary><strong>Fractal</strong> Mode Enumerable</summary>

* FBM= 0
* Billow = 1
* Rigid = 2

</details>

## Usage

![](https://3118158252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhT7C2oduVfvz0FwKt3nj%2Fuploads%2F6sdJ67DZeACHERnlw14N%2FProceeduralMode.gif?alt=media\&token=aa5c0f1e-b0a0-4b48-a68c-80381b611444)

![](https://3118158252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhT7C2oduVfvz0FwKt3nj%2Fuploads%2Fqrr5exicDJQy3xPaB48e%2FProceeduralOptions.gif?alt=media\&token=ff836a01-0465-4057-97be-02a2ac38002e)
