Color library TXT
This file format is used by the second iteration Color converter.
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
Last updated