Blame

57076d Manuel Weiser 2026-02-23 16:43:14
update
1
# 12. Color Management
2
3
Color management is accessible via the **"Manage Colors"** button on the [Filaments page](06-filaments.md).
4
5
Colors are defined system-wide in FilaMan and can then be assigned to filaments. This allows you to filter by color and display colors consistently throughout the application.
6
7
## Add a Color
8
9
Click **"Add Color"** and fill in the following fields:
10
- **Name** – Color name (e.g. "Black", "Galaxy Black")
11
- **Hex Code** – Color code for visual display (e.g. `#1A1A2E`)
12
13
The color will then appear as a selectable option when creating or editing a filament.
14
15
---
16
17
← [Back: Admin Area](11-admin.md) | [Next: Tips & FAQ →](13-faq.md)