Skip to content

Commit

Permalink
upgrade guide fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Aug 14, 2024
1 parent de75a58 commit 88a486e
Showing 1 changed file with 23 additions and 15 deletions.
38 changes: 23 additions & 15 deletions docs/color_select_menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,44 @@ grand_parent: Vortex Engine

# Color Select

The Color Select menu allows you to customize the colorset of your current mode. A colorset is a collection of colors that your Vortex Device uses to create light patterns. By changing the colorset, you can alter the appearance of your mode without altering its blinking style or speed.
The Color Select menu allows customization of the colors in the current [Mode](mode.html). This collection of colors is commonly referred to as a [Colorset](colorset.html).

## Overview

- **Colorset**: A group of up to 8 colors used to create light patterns.
- **Color Slot**: A position within the colorset that holds a single color.
- **Adjustment Parameters**: Hue, Saturation, and Value (brightness) that define each color.

<img src="assets/images/color-select.png">

## How It Works
In the above diagram, the _colorset_ contains four colors: <span style="color: #f00">Red</span>, <span style="color: #0f0">Green</span>, <span style="color: #07f">Blue</span>, and <span style="color: #050505">Blank</span>

### Entering the Menu
The options in the menu include: [adding](color_select_menu.html#Editing-Color), [editing](color_select_menu.html#Editing-Color), [deleting](color_select_menu.html#Editing-Color), and [saving](color_select_menu.html#Editing-Color).

When you access the Color Select menu, you’ll see a series of color slots. Each slot represents a color in the colorset. There will always be a maximum of 8 slots available on any device.
The options are the same on all devices, but are displayed differently:

### Adding a New Color
- [Orbit Color Select](orbit_color_select.html)
- [Handle Color Select](handle_color_select.html)
- [Gloves Color Select](gloves_color_select.html)

If your colorset has fewer than 8 colors, you’ll see an additional blinking slot. This slot lets you add a new color to the colorset. Keep in mind that this blinking slot disappears once the maximum of 8 colors is reached.
## Adding a New Color
The **add** option will always appear on the first empty slot if there are less than 8 colors.

### Adjusting Colors
It will appears as a blinking white light, select it to add a new color to the colorset.

After selecting a slot, you can adjust the hue, saturation, and brightness (value) of the color. This lets you create almost any color you can imagine. The process of adjusting these settings varies slightly depending on the device you’re using.
Follow the [Selecting Colors](color_select_menu.html#Editing-Colo) section to pick the color.

## Deleting Colors
## Editing Colors
To **edit** a color: select it then follow the [Selecting Colors](color_select_menu.html#Editing-Colo) section to pick the color.

### How to Delete a Color
## Deleting Colors

To delete a color from the colorset, navigate to the slot of the color you want to remove. Hold down the button until the LED glows or blinks red. Release the button while the LED is red to delete the color.
To **delete** a color from the colorset, navigate to the slot of the color you want to remove. Hold down the button until the LED glows or blinks red. Release the button while the LED is red to delete the color.

### Important Note

If all colors are deleted from the colorset, the mode will appear blank as if the device is off. It’s not recommended to delete all colors from a mode.

## Saving

The <span style="color: #ddd;font-weight:bold;">save</span> option always appears at the end, selecting this option will save the changes and exit the menu.

## Selecting Colors

After selecting a slot, you can adjust the hue, saturation, and brightness (value) of the color. This lets you create almost any color you can imagine. The process of adjusting these settings varies slightly depending on the device you’re using.

0 comments on commit 88a486e

Please sign in to comment.