MrClock's Documentations
  • 🏠Welcome
  • 📄Documents
    • Arma 3 models
      • Proxy coordinates
      • Vertex normals
      • Sections
    • Arma 3 animations
      • Armature reconstruction
      • Frame properties
      • Import into Blender
      • BMTR to plain RTM
  • 📦Blender add-ons
    • Arma 3 Object Builder
  • 🐍Python tools
    • Color converter
  • 🔧Visual Basic .NET tools
    • Color converter
      • Color library TXT
    • Color library and converter
      • Color library XML
    • Class list extractor
    • Editor preview processor
    • Texture converter
  • 🛠️Visual Basic .NET Framework tools
    • Color library and converter
      • COLORLIB file
    • Class list extractor
    • Editor preview processor
    • Generic name ID generator
    • Texture converter
Powered by GitBook
On this page
  • Features
  • Conversion
  • Save colors
  • Environment
  • Requirements
  1. Visual Basic .NET tools

Color converter

Last updated 1 year ago

This tool is no longer maintained.

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 page.

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.

Save colors

Environment

  • Logic: Visual Basic .Net 5.0

  • GUI: Windows Forms

Requirements

  • .NET 5.0

This version also makes it possible to save colors to a , and load them back in when needed.

🔧
formatted plain text file
Color converter (Python)