# Saving or Exporting the Patch List **ColourSpace Remote** allows you to export the exact sequence of RGB triplets that will be generated based on your current settings (Patch Set, Size, Order, etc.). This is useful for verification or for importing into other tools. ## How to Export 1. **Configure Your Settings:** - Select your desired **Patch Set** (e.g., Cube, Ramp). - Adjust the specific options for that set (e.g., Cube Size, Ramp Steps). - Set the **Bit Depth** and **Video Range** (Legal/Full/Extended). 2. **Save/Export:** - Go to the **File** menu in the top-left corner. - Select **Export as CSV**. 3. **Save:** - A file dialog will appear. Choose a location and name for your file (default is `patches.csv`). - *You might need to allow the app to write to disk* - Click **Save**. ## Output Format (CSV) The exported file is a standard **Comma-Separated Values (CSV)** file. - **Header:** The first row is always `R,G,B`. - **Data:** Each subsequent row represents one patch in the sequence. - **Values:** The values are integer digital code values based on the **Bit Depth** you selected. ### Example Output csv (Settings: 8-bit, Legal Range)_ R,G,B 16,16,16 16,16,128 16,16,235 16,128,16 ... > **Note:** The export generates the _exact_ coordinates that would be sent to ColourSpace if you clicked "Play". They are generated in the app from calculated values between 0 and 1 then converted to match the output bit depth requirements.