> For the complete documentation index, see [llms.txt](https://mrcmodding.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mrcmodding.gitbook.io/home/vbnet/color-converter.md).

# Color converter

{% hint style="warning" %}
This tool is no longer maintained.
{% endhint %}

{% hint style="info" %}
This page is about the **Visual Basic .Net** version of the tool. If you want to read about the Python based iteration, head over to the [Color converter (Python)](/home/python/color-converter.md) page.
{% endhint %}

## Features

* Convert between color formats
  * sRGB 8-bit
  * sRGB
  * linear RGB
* Preview the converted color
* Save and load colors from formatted .txt file

This Color converter is a rewrite of the original Color converter written in Python. This version is written in Visual Basic .Net, and can be ran from a compiled executable.

### Conversion

Improvements for this version include a UI that is easier to navigate, a color panel that allows to preview the converted color, and displays the HEX color code.

<figure><img src="/files/iemvtjDAdipd2FNsgsaw" alt=""><figcaption></figcaption></figure>

### Save colors

This version also makes it possible to save colors to a [formatted plain text file](/home/vbnet/color-converter/color-library-txt.md), and load them back in when needed.

<figure><img src="/files/jhtmrM48rmypTsE81bPP" alt=""><figcaption></figcaption></figure>

## Environment

* Logic: Visual Basic .Net 5.0
* GUI: Windows Forms

## Requirements

* .NET 5.0
