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
  • Structure
  • Example
  1. Visual Basic .NET tools
  2. Color converter

Color library TXT

Last updated 1 year ago

This file format is used by the second iteration .

The format is a simple .txt file formatted similar to a CSV type file, but instead of commas, the fields are delimited by | characters.

Structure

Each line in the file defines a color, and each has 5 fields:

  • Name

  • Format (n: sRGB 8-bit, a: sRGB, s: linear RGB)

  • Red

  • Green

  • Blue

The decimal separator is a comma.

Example

Color 1|s|0,019|0,049|0,106
Color 2|s|0,353|0,101|0,000
Color 3|s|0,07|0,170|0,031
🔧
Color converter